OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
176
DEBUGASSERT(pp->
sendthis
== NULL);
220
pp->
sendthis
= s;
226
pp->
sendthis
= NULL;
476
CURLcode result = Curl_write(conn, sock, pp->
sendthis
+ pp->sendsize -
486
free(pp->
sendthis
);
487
pp->
sendthis
=NULL;
smtp.c
[
all
...]
Completed in 66 milliseconds