Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c107 const char *initresp);
498 const char *initresp) in pop3_perform_auth() argument
503 if(initresp) { /* AUTH <mech> ...<crlf> */ in pop3_perform_auth()
505 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth()
Dsmtp.c106 const char *initresp);
443 const char *initresp) in smtp_perform_auth() argument
448 if(initresp) { /* AUTH <mech> ...<crlf> */ in smtp_perform_auth()
450 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth()
Dimap.c108 const char *initresp);
568 const char *initresp) in imap_perform_authenticate() argument
572 if(initresp) { in imap_perform_authenticate()
574 result = imap_sendf(conn, "AUTHENTICATE %s %s", mech, initresp); in imap_perform_authenticate()