HomeSort by relevance Sort by last modified time
    Searched defs:pingpong (Results 1 - 2 of 2) 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...]
  /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 140 milliseconds