Searched refs:lud_scope (Results 1 – 2 of 2) sorted by relevance
98 int lud_scope; member418 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in Curl_ldap()784 ludp->lud_scope = LDAP_SCOPE_BASE; in _ldap_url_parse2()912 ludp->lud_scope = str2scope(p); in _ldap_url_parse2()913 if(ludp->lud_scope == -1) { in _ldap_url_parse2()918 LDAP_TRACE (("scope %d\n", ludp->lud_scope)); in _ldap_url_parse2()
374 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope, in ldap_do()