Home
last modified time | relevance | path

Searched refs:NS_LDAP_SCOPE_BASE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c294 listflag |= NS_LDAP_SCOPE_BASE; in main()
473 if (!key && !(listflag & NS_LDAP_SCOPE_BASE)) in main()
556 (listflag == NS_LDAP_SCOPE_BASE)) { in main()
H A Dldapaddent.c4536 NULL, NS_LDAP_SCOPE_BASE, &resultp, &errorp, NULL, NULL); in main()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c495 NS_LDAP_SCOPE_BASE, &result, errpp, NULL, NULL); in __ns_ldap_check_gssapi_preq()
H A Dns_sldap.h59 NS_LDAP_SCOPE_BASE = 0x010, enumerator
H A Dns_mapping.c466 ptr->scope = NS_LDAP_SCOPE_BASE; in __s_api_parseASearchDesc()
H A Dns_reads.c1464 scope = cookie->i_flags & (NS_LDAP_SCOPE_BASE | in setup_next_search()
1472 case NS_LDAP_SCOPE_BASE: in setup_next_search()
3626 dptr->scope = NS_LDAP_SCOPE_BASE; in lookup_create_ssd()
H A Dns_config.c184 { ENUM2INT(NS_LDAP_SCOPE_BASE), "NS_LDAP_SCOPE_BASE" },
191 { ENUM2INT(NS_LDAP_SCOPE_BASE), "base" },
H A Dns_common.c175 case NS_LDAP_SCOPE_BASE: in __s_api_getSearchScope()