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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dldap.c84 int lud_scope; member in struct:__anon971
369 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope,
593 ludp->lud_scope = LDAP_SCOPE_BASE;
638 ludp->lud_scope = str2scope(p);
639 if(ludp->lud_scope == -1) {
642 LDAP_TRACE (("scope %d\n", ludp->lud_scope));
H A Dopenldap.c369 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope,

Completed in 52 milliseconds