unsent            372 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            376 lib/common/remote.c     if (unsent == NULL) {
unsent            383 lib/common/remote.c         gnutls_rc = gnutls_record_send(*session, unsent, unsent_len);
unsent            400 lib/common/remote.c             unsent += gnutls_rc;
unsent            414 lib/common/remote.c     const char *unsent = iov->iov_base;
unsent            418 lib/common/remote.c     if (unsent == NULL) {
unsent            425 lib/common/remote.c         write_rc = write(sock, unsent, unsent_len);
unsent            443 lib/common/remote.c             unsent += write_rc;