Searched refs:initresp (Results 1 – 3 of 3) sorted by relevance
105 const char *initresp);466 const char *initresp) in pop3_perform_auth() argument471 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()
105 const char *initresp);408 const char *initresp) in smtp_perform_auth() argument413 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()
108 const char *initresp);530 const char *initresp) in imap_perform_authenticate() argument534 if(initresp) { in imap_perform_authenticate()536 result = imap_sendf(conn, "AUTHENTICATE %s %s", mech, initresp); in imap_perform_authenticate()