Home | History | Annotate | Download | only in lib

Lines Matching refs:pingpong

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,
423 /* we keep 40 bytes since all our pingpong protocols are only
463 int Curl_pp_getsock(struct pingpong *pp,
483 CURLcode Curl_pp_flushsend(struct pingpong *pp)
507 CURLcode Curl_pp_disconnect(struct pingpong *pp)
514 bool Curl_pp_moredata(struct pingpong *pp)