Home | History | Annotate | Download | only in lib

Lines Matching refs:complete

573      the entire request operation is complete and thus we can't know in what
1195 * do_complete is called when the DO actions are complete.
1253 * 'complete' can return 0 for incomplete, 1 for done and -1 for go back to
1257 static CURLcode multi_do_more(struct connectdata *conn, int *complete)
1261 *complete = 0;
1264 result = conn->handler->do_more(conn, complete);
1266 if(!result && (*complete == 1))
1452 /* awaiting an asynch name resolve to complete */
1724 /* we continue DOING until the DO phase is complete */
2026 an information message that we are complete. */