unsent            132 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            136 lib/common/remote.c     if (unsent == NULL) {
unsent            143 lib/common/remote.c         gnutls_rc = gnutls_record_send(session, unsent, unsent_len);
unsent            160 lib/common/remote.c             unsent += gnutls_rc;
unsent            173 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            177 lib/common/remote.c     if (unsent == NULL) {
unsent            184 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
unsent            202 lib/common/remote.c             unsent += write_rc;