unsent            228 lib/common/remote.c     const char *unsent = buf;
unsent            240 lib/common/remote.c         rc = gnutls_record_send(*session, unsent, len);
unsent            255 lib/common/remote.c             unsent += rc;
unsent            271 lib/common/remote.c     const char *unsent = buf;
unsent            282 lib/common/remote.c     rc = write(sock, unsent, len);
unsent            299 lib/common/remote.c         unsent += rc;