Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dpop3.c109 const char *initresp);
480 const char *initresp) in pop3_perform_auth() argument
485 if(initresp) { /* AUTH <mech> ...<crlf> */ in pop3_perform_auth()
487 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth()
Dsmtp.c114 const char *initresp);
427 const char *initresp) in smtp_perform_auth() argument
432 if(initresp) { /* AUTH <mech> ...<crlf> */ in smtp_perform_auth()
434 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth()
Dimap.c113 const char *initresp);
542 const char *initresp) in imap_perform_authenticate() argument
547 if(initresp) { in imap_perform_authenticate()
549 result = imap_sendf(data, conn, "AUTHENTICATE %s %s", mech, initresp); in imap_perform_authenticate()