Lines Matching defs:ldap_result
130 int ldap_result;
140 ldap_result = ldap_url_parse(URL, &ldap_url);
141 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
195 int ldap_result;
211 ldap_result = ldap_set_option((LDAP *) dbc->dbconn,
214 if (ldap_result != LDAP_SUCCESS) {
220 ldap_result = ldap_bind_s((LDAP *) dbc->dbconn, dbi->user,
222 if (ldap_result != LDAP_SUCCESS) {
541 int ldap_result = 0;
668 ldap_result = ldap_url_parse(querystring, &ldap_url);
669 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
691 ldap_result = ldap_search_s((LDAP *) dbi->dbconn,
701 switch (ldap_result) {
725 ldap_err2string(ldap_result));