Searched refs:pcred (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ |
H A D | openldap.c | 354 struct berval *pcred = &cred; in oldap_perform_auth() local 360 pcred = NULL; in oldap_perform_auth() 361 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid); in oldap_perform_auth() 377 struct berval *pcred = &cred; in oldap_continue_auth() local 383 pcred = NULL; in oldap_continue_auth() 384 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid); in oldap_continue_auth()
|
Completed in 3 milliseconds