Home
last modified time | relevance | path

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

/external/curl/lib/
Dpingpong.c184 DEBUGASSERT(pp->sendthis == NULL); in Curl_pp_vsendf()
221 pp->sendthis = s; in Curl_pp_vsendf()
226 pp->sendthis = NULL; in Curl_pp_vsendf()
473 CURLcode result = Curl_write(data, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
483 pp->sendthis = NULL; in Curl_pp_flushsend()
Dpingpong.h58 char *sendthis; /* allocated pointer to a buffer that is to be sent to the member
Dsmtp.c1453 pp->sendthis = eob; in smtp_done()