Searched refs:Curl_pp_moredata (Results 1 – 5 of 5) sorted by relevance
160 bool Curl_pp_moredata(struct pingpong *pp);
449 bool Curl_pp_moredata(struct pingpong *pp) in Curl_pp_moredata() function
1101 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemachine()
1277 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1381 } while(!result && imapc->state != IMAP_STOP && Curl_pp_moredata(pp)); in imap_statemachine()
Completed in 25 milliseconds