Home
last modified time | relevance | path

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

/curl/lib/
H A Dopenldap.c107 const struct bufref *initresp);
347 const struct bufref *initresp) in oldap_perform_auth() argument
355 cred.bv_val = (char *) Curl_bufref_ptr(initresp); in oldap_perform_auth()
356 cred.bv_len = Curl_bufref_len(initresp); in oldap_perform_auth()
H A Dpop3.c108 const struct bufref *initresp);
542 const struct bufref *initresp) in pop3_perform_auth() argument
546 const char *ir = (const char *) Curl_bufref_ptr(initresp); in pop3_perform_auth()
H A Dsmtp.c109 const struct bufref *initresp);
433 const struct bufref *initresp) in smtp_perform_auth() argument
437 const char *ir = (const char *) Curl_bufref_ptr(initresp); in smtp_perform_auth()
H A Dimap.c107 const struct bufref *initresp);
548 const struct bufref *initresp) in imap_perform_authenticate() argument
551 const char *ir = (const char *) Curl_bufref_ptr(initresp); in imap_perform_authenticate()

Completed in 23 milliseconds