Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c105 const char *initresp);
466 const char *initresp) in pop3_perform_auth() argument
471 if(initresp) { /* AUTH <mech> ...<crlf> */ in pop3_perform_auth()
473 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth()
Dsmtp.c105 const char *initresp);
408 const char *initresp) in smtp_perform_auth() argument
413 if(initresp) { /* AUTH <mech> ...<crlf> */ in smtp_perform_auth()
415 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth()
Dimap.c108 const char *initresp);
530 const char *initresp) in imap_perform_authenticate() argument
534 if(initresp) { in imap_perform_authenticate()
536 result = imap_sendf(conn, "AUTHENTICATE %s %s", mech, initresp); in imap_perform_authenticate()