Searched refs:pingpong (Results 1 - 13 of 13) sorted by relevance
/third_party/curl/lib/ |
H A D | pingpong.h | 44 * 'pingpong' is the generic struct used for protocols doing server<->client 49 struct pingpong { struct 68 pingpong layer to function */ 88 CURLcode Curl_pp_statemach(struct Curl_easy *data, struct pingpong *pp, 92 void Curl_pp_init(struct pingpong *pp); 97 struct pingpong *pp, bool disconnecting); 104 * Send the formatted string as a command to a pingpong server. Note that 111 struct pingpong *pp, 118 * Send the formatted string as a command to a pingpong server. Note that 125 struct pingpong *p [all...] |
H A D | pingpong.c | 23 * 'pingpong' is for generic back-and-forth support functions used by FTP, 36 #include "pingpong.h" 51 struct pingpong *pp, bool disconnecting) in Curl_pp_state_timeout() 84 struct pingpong *pp, bool block, in Curl_pp_statemach() 143 void Curl_pp_init(struct pingpong *pp) in Curl_pp_init() 156 * Send the formatted string as a command to a pingpong server. Note that 163 struct pingpong *pp, in Curl_pp_vsendf() 233 * Send the formatted string as a command to a pingpong server. Note that 239 CURLcode Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, in Curl_pp_sendf() 279 struct pingpong *p in Curl_pp_readresp() [all...] |
H A D | pop3.h | 27 #include "pingpong.h" 63 struct pingpong pp;
|
H A D | smtp.h | 27 #include "pingpong.h" 71 struct pingpong pp;
|
H A D | imap.h | 27 #include "pingpong.h" 74 struct pingpong pp;
|
H A D | ftp.h | 29 #include "pingpong.h" 122 struct pingpong pp;
|
H A D | ftp.c | 147 struct pingpong *pp, 365 struct pingpong *pp = &ftpc->pp; in ReceivedServerConnect() 552 struct pingpong *pp, in ftp_readresp() 627 struct pingpong *pp = &ftpc->pp; in Curl_GetFTPResponse() 1830 struct pingpong *pp = &ftpc->pp; in ftp_state_pasv_resp() 2110 struct pingpong *pp = &ftpc->pp; in ftp_state_mdtm_resp() 2698 struct pingpong *pp = &ftpc->pp; in ftp_statemachine() 3161 struct pingpong *pp = &ftpc->pp; in ftp_block_statemach() 3187 struct pingpong *pp = &ftpc->pp; in ftp_connect() 3230 struct pingpong *p in ftp_done() [all...] |
H A D | krb5.c | 239 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth() 328 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth() 761 struct pingpong *pp = &conn->proto.ftpc.pp; in sec_set_protection_level()
|
H A D | smtp.c | 1200 struct pingpong *pp = &smtpc->pp; in smtp_statemachine() 1347 struct pingpong *pp = &smtpc->pp; in smtp_connect() 1359 /* Initialise the pingpong layer */ in smtp_connect() 1395 struct pingpong *pp = &conn->proto.smtpc.pp; in smtp_done() 1443 pingpong structure accordingly */ in smtp_done()
|
H A D | imap.c | 1143 struct pingpong *pp = &imapc->pp; in imap_state_fetch_resp() 1303 struct pingpong *pp = &imapc->pp; in imap_statemachine() 1457 struct pingpong *pp = &imapc->pp; in imap_connect()
|
H A D | pop3.c | 916 struct pingpong *pp = &pop3c->pp; in pop3_state_command_resp() 976 struct pingpong *pp = &pop3c->pp; in pop3_statemachine() 1117 struct pingpong *pp = &pop3c->pp; in pop3_connect() 1130 /* Initialise the pingpong layer */ in pop3_connect()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ComputeBoids.cpp | 42 size_t pingpong = 0; variable 313 wgpu::CommandBuffer commandBuffer = createCommandBuffer(backbufferView, pingpong); in frame() 318 pingpong = (pingpong + 1) % 2; in frame()
|
/third_party/curl/tests/http/clients/ |
H A D | ws-pingpong.c | 25 * Websockets pingpong 93 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong() function 125 fprintf(stderr, "usage: ws-pingpong url payload\n"); in main() 138 curl_easy_setopt(curl, CURLOPT_USERAGENT, "ws-pingpong"); in main() 144 res = pingpong(curl, payload); in main()
|
Completed in 16 milliseconds