Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dsmtp.c97 static CURLcode smtp_multi_statemach(struct Curl_easy *data, bool *done);
126 smtp_multi_statemach, /* connecting */
155 smtp_multi_statemach, /* connecting */
1278 static CURLcode smtp_multi_statemach(struct Curl_easy *data, bool *done) in smtp_multi_statemach() function
1375 result = smtp_multi_statemach(data, done); in smtp_connect()
1516 result = smtp_multi_statemach(data, dophase_done); in smtp_perform()
1604 CURLcode result = smtp_multi_statemach(data, dophase_done); in smtp_doing()

Completed in 3 milliseconds