HomeSort by relevance Sort by last modified time
    Searched refs:sendthis (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
pingpong.h 57 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 */
pingpong.c 179 DEBUGASSERT(pp->sendthis == NULL);
230 pp->sendthis = s;
236 pp->sendthis = NULL;
489 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize -
499 free(pp->sendthis);
500 pp->sendthis = NULL;
smtp.c     [all...]

Completed in 540 milliseconds