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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c131 if ( (*ludpp)->lud_scope == -1 ) {
132 (*ludpp)->lud_scope = LDAP_SCOPE_BASE;
156 if ((*ludpp)->lud_scope == -1) {
157 (*ludpp)->lud_scope = LDAP_SCOPE_BASE;
175 * 2) no defaults are set for lud_scope and lud_filter (they are set to -1
221 ludp->lud_scope = -1;
318 ludp->lud_scope = LDAP_SCOPE_ONELEVEL;
320 ludp->lud_scope = LDAP_SCOPE_BASE;
322 ludp->lud_scope = LDAP_SCOPE_SUBTREE;
426 if ( nsldapi_build_search_req( ld, ludp->lud_dn, ludp->lud_scope,
[all...]
H A Drequest.c1145 ( ludp->lud_scope != -1 || ludp->lud_filter != NULL )) {
/osnet-11/usr/src/lib/libldap4/common/
H A Durl.c215 ludp->lud_scope = LDAP_SCOPE_UNKNOWN;
275 ludp->lud_scope = LDAP_SCOPE_ONELEVEL;
277 ludp->lud_scope = LDAP_SCOPE_BASE;
279 ludp->lud_scope = LDAP_SCOPE_SUBTREE;
379 ludp->lud_scope == LDAP_SCOPE_UNKNOWN ? LDAP_SCOPE_BASE : ludp->lud_scope,
H A Dreferral.c450 if (ber_printf(ber, "iiiib", urldesc->lud_scope == LDAP_SCOPE_UNKNOWN ? scope : urldesc->lud_scope,
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c823 printf( "\n\t scope: %s\n", ludp->lud_scope == LDAP_SCOPE_UNKNOWN ? "DEFAULT (base)" :
824 ludp->lud_scope == LDAP_SCOPE_ONELEVEL ? "ONE" :
825 ludp->lud_scope == LDAP_SCOPE_BASE ? "BASE" :
826 ludp->lud_scope == LDAP_SCOPE_SUBTREE ? "SUB" : "**invalid**" );
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1581 if (ludp->lud_dn && ludp->lud_scope != LDAP_SCOPE_BASE)
1582 ref->refScope = ludp->lud_scope;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h650 int lud_scope; member in struct:ldap_url_desc
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c1270 rl->lr_ludp->lud_scope,
/osnet-11/usr/src/head/
H A Dldap.h759 int lud_scope; member in struct:ldap_url_desc

Completed in 269 milliseconds