Searched refs:lud_scope (Results 1 – 6 of 6) sorted by relevance
131 if ( (*ludpp)->lud_scope == -1 ) { in ldap_url_parse()132 (*ludpp)->lud_scope = LDAP_SCOPE_BASE; in ldap_url_parse()156 if ((*ludpp)->lud_scope == -1) { in ldap_url_parse_nodn()157 (*ludpp)->lud_scope = LDAP_SCOPE_BASE; in ldap_url_parse_nodn()221 ludp->lud_scope = -1; in nsldapi_url_parse()318 ludp->lud_scope = LDAP_SCOPE_ONELEVEL; in nsldapi_url_parse()320 ludp->lud_scope = LDAP_SCOPE_BASE; in nsldapi_url_parse()322 ludp->lud_scope = LDAP_SCOPE_SUBTREE; in nsldapi_url_parse()426 if ( nsldapi_build_search_req( ld, ludp->lud_dn, ludp->lud_scope, in ldap_url_search()
1145 ( ludp->lud_scope != -1 || ludp->lud_filter != NULL )) { in re_encode_request()
823 printf( "\n\t scope: %s\n", ludp->lud_scope == LDAP_SCOPE_UNKNOWN ? "DEFAULT (base)" : in main()824 ludp->lud_scope == LDAP_SCOPE_ONELEVEL ? "ONE" : in main()825 ludp->lud_scope == LDAP_SCOPE_BASE ? "BASE" : in main()826 ludp->lud_scope == LDAP_SCOPE_SUBTREE ? "SUB" : "**invalid**" ); in main()
1506 if (ludp->lud_dn && ludp->lud_scope != LDAP_SCOPE_BASE) in __s_api_addRefInfo()1507 ref->refScope = ludp->lud_scope; in __s_api_addRefInfo()
1262 rl->lr_ludp->lud_scope,
766 int lud_scope; member