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

  /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 time_t Curl_pp_state_timeout(struct pingpong *pp);
98 * Send the formatted string as a command to a pingpong server. Note that
104 CURLcode Curl_pp_sendf(struct pingpong *pp,
111 * Send the formatted 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 time_t Curl_pp_state_timeout(struct pingpong *pp)
81 CURLcode Curl_pp_statemach(struct pingpong *pp, bool block)
140 void Curl_pp_init(struct pingpong *pp)
155 * Send the formatted string as a command to a pingpong server. Note that
161 CURLcode Curl_pp_vsendf(struct pingpong *pp,
249 * Send the formatted string as a command to a pingpong server. Note that
255 CURLcode Curl_pp_sendf(struct pingpong *pp,
275 struct pingpong *pp
    [all...]
ftp.h 25 #include "pingpong.h"
119 struct pingpong pp;
pop3.c 886 struct pingpong *pp = &pop3c->pp;
940 struct pingpong *pp = &pop3c->pp;
1073 struct pingpong *pp = &pop3c->pp;
1090 /* Initialise the pingpong layer */
    [all...]
ftp.c 150 struct pingpong *pp,
380 struct pingpong *pp = &ftpc->pp;
562 struct pingpong *pp,
642 struct pingpong *pp = &ftpc->pp;
    [all...]
imap.c 1094 struct pingpong *pp = &imapc->pp;
    [all...]
smtp.c 993 struct pingpong *pp = &smtpc->pp;
1136 struct pingpong *pp = &smtpc->pp;
    [all...]
  /external/fio/engines/
net.c 44 unsigned int pingpong; member in struct:netio_options
156 .name = "pingpong",
159 .off1 = offsetof(struct netio_options, pingpong),
238 rcv = o->listen || o->pingpong;
239 snd = !o->listen || o->pingpong;
557 td->o.size) && !o->pingpong)
700 if (!o->pingpong || ret != FIO_Q_COMPLETED)

Completed in 113 milliseconds