unsent            376 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            380 lib/common/remote.c     if (unsent == NULL) {
unsent            387 lib/common/remote.c         gnutls_rc = gnutls_record_send(*session, unsent, unsent_len);
unsent            404 lib/common/remote.c             unsent += gnutls_rc;
unsent            418 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            422 lib/common/remote.c     if (unsent == NULL) {
unsent            429 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
unsent            447 lib/common/remote.c             unsent += write_rc;