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
500 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in Curl_ldap()
837 ludp->lud_scope = LDAP_SCOPE_BASE; in _ldap_url_parse2()
973 ludp->lud_scope = str2scope(p); in _ldap_url_parse2()
974 if(ludp->lud_scope == -1) { in _ldap_url_parse2()
979 LDAP_TRACE(("scope %d\n", ludp->lud_scope)); in _ldap_url_parse2()
Dopenldap.c403 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope, in ldap_do()