Home
last modified time | relevance | path

Searched refs:Curl_pp_moredata (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dpingpong.h153 * Curl_pp_moredata()
158 bool Curl_pp_moredata(struct pingpong *pp);
H A Dpingpong.c424 bool Curl_pp_moredata(struct pingpong *pp) in Curl_pp_moredata() function
H A Dsmtp.c1272 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
H A Dimap.c1381 } while(!result && imapc->state != IMAP_STOP && Curl_pp_moredata(pp)); in imap_statemachine()
H A Dpop3.c1042 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemachine()

Completed in 8 milliseconds