Lines Matching defs:done
87 static CURLcode pop3_regular_transfer(struct Curl_easy *data, bool *done);
88 static CURLcode pop3_do(struct Curl_easy *data, bool *done);
91 static CURLcode pop3_connect(struct Curl_easy *data, bool *done);
94 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done);
118 pop3_done, /* done */
147 pop3_done, /* done */
946 pp->nfinal = 0; /* done */
1047 /* Called repeatedly until done from multi.c */
1048 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done)
1063 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE;
1109 * The variable 'done' points to will be TRUE if the protocol-layer connect
1110 * phase is done when this function returns, or FALSE if not.
1112 static CURLcode pop3_connect(struct Curl_easy *data, bool *done)
1119 *done = FALSE; /* default to not done yet */
1141 result = pop3_multi_statemach(data, done);
1150 * The DONE function. This does what needs to be done after a single DO has
1167 connclose(data->conn, "POP3 done with bad status");
1202 *dophase_done = FALSE; /* not done yet */
1228 static CURLcode pop3_do(struct Curl_easy *data, bool *done)
1231 *done = FALSE; /* default to false */
1243 result = pop3_regular_transfer(data, done);
1313 * Performs all commands done before a regular transfer between a local and a
1560 /* We have a full match so the transfer is done, however we must transfer