Home
last modified time | relevance | path

Searched refs:smtp_continue_auth (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsmtp.c105 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp);
218 smtp_continue_auth, /* Send authentication continuation */
468 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp) in smtp_continue_auth() function