Lines Matching refs:errorp
98 ns_ldap_error_t *errorp = NULL; in authenticate() local
108 ldaprc = __ns_ldap_uid2dn(usrname, &binddn, NULL, &errorp); in authenticate()
122 (void ***)&certpath, &errorp); in authenticate()
129 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate()
139 &errorp); in authenticate()
169 ldaprc = __ns_ldap_auth(credp, 0, &errorp, NULL, NULL); in authenticate()
199 if (errorp) { in authenticate()
200 if (errorp->pwd_mgmt.status == in authenticate()
208 errorp-> in authenticate()
210 } else if (errorp->pwd_mgmt.status == in authenticate()
218 (void) __ns_ldap_freeError(&errorp); in authenticate()
223 if (errorp) { in authenticate()
228 if (errorp->pwd_mgmt.status == in authenticate()
231 else if (errorp->pwd_mgmt.status == in authenticate()
239 if (errorp->status == in authenticate()
243 (void) __ns_ldap_freeError(&errorp); in authenticate()
249 if (errorp) in authenticate()
250 (void) __ns_ldap_freeError(&errorp); in authenticate()
274 if (errorp) in authenticate()
275 (void) __ns_ldap_freeError(&errorp); in authenticate()