Searched refs:initresp (Results 1 – 4 of 4) sorted by relevance
107 const struct bufref *initresp);347 const struct bufref *initresp) in oldap_perform_auth() argument355 cred.bv_val = (char *) Curl_bufref_ptr(initresp); in oldap_perform_auth()356 cred.bv_len = Curl_bufref_len(initresp); in oldap_perform_auth()
108 const struct bufref *initresp);542 const struct bufref *initresp) in pop3_perform_auth() argument546 const char *ir = (const char *) Curl_bufref_ptr(initresp); in pop3_perform_auth()
109 const struct bufref *initresp);433 const struct bufref *initresp) in smtp_perform_auth() argument437 const char *ir = (const char *) Curl_bufref_ptr(initresp); in smtp_perform_auth()
107 const struct bufref *initresp);548 const struct bufref *initresp) in imap_perform_authenticate() argument551 const char *ir = (const char *) Curl_bufref_ptr(initresp); in imap_perform_authenticate()
Completed in 23 milliseconds