Searched refs:sendthis (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpingpong.h57 char *sendthis; /* allocated pointer to a buffer that is to be sent to the member in struct:pingpong
59 size_t sendleft; /* number of bytes left to send from the sendthis buffer */
60 size_t sendsize; /* total size of the sendthis buffer */
H A Dpingpong.c178 DEBUGASSERT(pp->sendthis == NULL);
222 pp->sendthis = s;
228 pp->sendthis = NULL;
484 result = Curl_write(conn, sock, pp->sendthis + pp->sendsize -
494 free(pp->sendthis);
495 pp->sendthis=NULL;
H A Dsmtp.c1679 pp->sendthis = strdup(eob);

Completed in 113 milliseconds