Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dpop3.c94 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done);
121 pop3_multi_statemach, /* connecting */
150 pop3_multi_statemach, /* connecting */
1048 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done) in pop3_multi_statemach() function
1141 result = pop3_multi_statemach(data, done); in pop3_connect()
1210 result = pop3_multi_statemach(data, dophase_done); in pop3_perform()
1294 CURLcode result = pop3_multi_statemach(data, dophase_done); in pop3_doing()

Completed in 3 milliseconds