Searched refs:initresp (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/lib/ |
D | pop3.c | 109 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()
|
D | smtp.c | 114 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()
|
D | imap.c | 113 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()
|