HomeSort by relevance Sort by last modified time
    Searched full:lud_scope (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
ldap.c 99 int lud_scope; member in struct:__anon10035
419 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope,
785 ludp->lud_scope = LDAP_SCOPE_BASE;
913 ludp->lud_scope = str2scope(p);
914 if(ludp->lud_scope == -1) {
919 LDAP_TRACE (("scope %d\n", ludp->lud_scope));
openldap.c 375 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope,

Completed in 589 milliseconds