Searched refs:initresp (Results 1 – 3 of 3) sorted by relevance
107 const char *initresp);498 const char *initresp) in pop3_perform_auth() argument503 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()
106 const char *initresp);443 const char *initresp) in smtp_perform_auth() argument448 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()
108 const char *initresp);568 const char *initresp) in imap_perform_authenticate() argument572 if(initresp) { in imap_perform_authenticate()574 result = imap_sendf(conn, "AUTHENTICATE %s %s", mech, initresp); in imap_perform_authenticate()