Home
last modified time | relevance | path

Searched refs:lud_scope (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dldap.c88 int lud_scope; member
488 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in Curl_ldap()
853 ludp->lud_scope = LDAP_SCOPE_BASE; in _ldap_url_parse2()
987 ludp->lud_scope = str2scope(p); in _ldap_url_parse2()
988 if(ludp->lud_scope == -1) { in _ldap_url_parse2()
993 LDAP_TRACE(("scope %d\n", ludp->lud_scope)); in _ldap_url_parse2()
Dopenldap.c404 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope, in ldap_do()