Lines Matching defs:dophase_done
96 static CURLcode imap_doing(struct Curl_easy *data, bool *dophase_done);
1558 bool *dophase_done)
1574 *dophase_done = FALSE; /* not done yet */
1609 result = imap_multi_statemach(data, dophase_done);
1613 if(*dophase_done)
1701 static CURLcode imap_doing(struct Curl_easy *data, bool *dophase_done)
1703 CURLcode result = imap_multi_statemach(data, dophase_done);
1707 else if(*dophase_done) {
1726 bool *dophase_done)
1741 result = imap_perform(data, &connected, dophase_done);
1744 if(!result && *dophase_done)