/external/curl/lib/ |
pingpong.h | 43 * 'pingpong' is the generic struct used for protocols doing server<->client 48 struct pingpong { struct 70 pingpong layer to function */ 84 CURLcode Curl_pp_statemach(struct pingpong *pp, bool block); 87 void Curl_pp_init(struct pingpong *pp); 91 long Curl_pp_state_timeout(struct pingpong *pp); 98 * Send the formated string as a command to a pingpong server. Note that 104 CURLcode Curl_pp_sendf(struct pingpong *pp, 111 * Send the formated string as a command to a pingpong server. Note that 117 CURLcode Curl_pp_vsendf(struct pingpong *pp [all...] |
imap.h | 25 #include "pingpong.h" 71 struct pingpong pp;
|
pop3.h | 25 #include "pingpong.h" 61 struct pingpong pp;
|
smtp.h | 25 #include "pingpong.h" 66 struct pingpong pp;
|
pingpong.c | 21 * 'pingpong' is for generic back-and-forth support functions used by FTP, 33 #include "pingpong.h" 47 long Curl_pp_state_timeout(struct pingpong *pp) 81 CURLcode Curl_pp_statemach(struct pingpong *pp, bool block) 137 void Curl_pp_init(struct pingpong *pp) 152 * Send the formated string as a command to a pingpong server. Note that 158 CURLcode Curl_pp_vsendf(struct pingpong *pp, 239 * Send the formated string as a command to a pingpong server. Note that 245 CURLcode Curl_pp_sendf(struct pingpong *pp, 265 struct pingpong *pp [all...] |
ftp.h | 25 #include "pingpong.h" 119 struct pingpong pp;
|
pop3.c | 930 struct pingpong *pp = &pop3c->pp; 984 struct pingpong *pp = &pop3c->pp; 1117 struct pingpong *pp = &pop3c->pp; [all...] |
ftp.c | 150 struct pingpong *pp, 431 struct pingpong *pp = &ftpc->pp; 615 struct pingpong *pp, 695 struct pingpong *pp = &ftpc->pp; [all...] |
imap.c | 1103 struct pingpong *pp = &imapc->pp; [all...] |
smtp.c | 1004 struct pingpong *pp = &smtpc->pp; [all...] |
/external/fio/engines/ |
net.c | 43 unsigned int pingpong; member in struct:netio_options 154 .name = "pingpong", 156 .off1 = offsetof(struct netio_options, pingpong), 235 rcv = o->listen || o->pingpong; 236 snd = !o->listen || o->pingpong; 554 td->o.size) && !o->pingpong) 697 if (!o->pingpong || ret != FIO_Q_COMPLETED)
|