unsent            385 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            389 lib/common/remote.c     if (unsent == NULL) {
unsent            396 lib/common/remote.c         gnutls_rc = gnutls_record_send(*session, unsent, unsent_len);
unsent            413 lib/common/remote.c             unsent += gnutls_rc;
unsent            427 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            431 lib/common/remote.c     if (unsent == NULL) {
unsent            438 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
unsent            456 lib/common/remote.c             unsent += write_rc;