Lines Matching defs:ldap_result
126 int ldap_result;
137 ldap_result = ldap_url_parse(URL, &ldap_url);
138 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
201 int ldap_result;
217 ldap_result = ldap_set_option((LDAP *) dbc->dbconn,
220 if (ldap_result != LDAP_SUCCESS) {
226 ldap_result = ldap_bind_s((LDAP *) dbc->dbconn, dbi->user,
228 if (ldap_result != LDAP_SUCCESS) {
565 int ldap_result = 0;
712 ldap_result = ldap_url_parse(querystring, &ldap_url);
713 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
738 ldap_result = ldap_search_s((LDAP *) dbi->dbconn,
748 switch(ldap_result) {
778 ldap_err2string(ldap_result));
782 } /* close switch(ldap_result) */