Lines Matching refs:errorp
99 ns_ldap_error_t *errorp = NULL; in authenticate() local
109 ldaprc = __ns_ldap_uid2dn(usrname, &binddn, NULL, &errorp); in authenticate()
123 (void ***)&certpath, &errorp); in authenticate()
130 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate()
140 &errorp); in authenticate()
170 ldaprc = __ns_ldap_auth(credp, 0, &errorp, NULL, NULL); in authenticate()
200 if (errorp) { in authenticate()
201 if (errorp->pwd_mgmt.status == in authenticate()
209 errorp-> in authenticate()
211 } else if (errorp->pwd_mgmt.status == in authenticate()
219 (void) __ns_ldap_freeError(&errorp); in authenticate()
224 if (errorp) { in authenticate()
229 if (errorp->pwd_mgmt.status == in authenticate()
232 else if (errorp->pwd_mgmt.status == in authenticate()
240 if (errorp->status == in authenticate()
244 (void) __ns_ldap_freeError(&errorp); in authenticate()
250 if (errorp) in authenticate()
251 (void) __ns_ldap_freeError(&errorp); in authenticate()
275 if (errorp) in authenticate()
276 (void) __ns_ldap_freeError(&errorp); in authenticate()