unsent            401 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            405 lib/common/remote.c     if (unsent == NULL) {
unsent            412 lib/common/remote.c         gnutls_rc = gnutls_record_send(*session, unsent, unsent_len);
unsent            429 lib/common/remote.c             unsent += gnutls_rc;
unsent            443 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            447 lib/common/remote.c     if (unsent == NULL) {
unsent            454 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
unsent            472 lib/common/remote.c             unsent += write_rc;