Searched refs:NS_LDAP_SCOPE_BASE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 295 listflag |= NS_LDAP_SCOPE_BASE; in main() 474 if (!key && !(listflag & NS_LDAP_SCOPE_BASE)) in main() 557 (listflag == NS_LDAP_SCOPE_BASE)) { in main()
|
H A D | ldapaddent.c | 4534 NULL, NS_LDAP_SCOPE_BASE, &resultp, &errorp, NULL, NULL); in main()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 495 NS_LDAP_SCOPE_BASE, &result, errpp, NULL, NULL); in __ns_ldap_check_gssapi_preq()
|
H A D | ns_sldap.h | 58 NS_LDAP_SCOPE_BASE = 0x010, enumerator
|
H A D | ns_mapping.c | 467 ptr->scope = NS_LDAP_SCOPE_BASE; in __s_api_parseASearchDesc()
|
H A D | ns_reads.c | 1463 scope = cookie->i_flags & (NS_LDAP_SCOPE_BASE | in setup_next_search() 1471 case NS_LDAP_SCOPE_BASE: in setup_next_search() 3649 dptr->scope = NS_LDAP_SCOPE_BASE; in find_domainname()
|
H A D | ns_config.c | 184 { ENUM2INT(NS_LDAP_SCOPE_BASE), "NS_LDAP_SCOPE_BASE" }, 191 { ENUM2INT(NS_LDAP_SCOPE_BASE), "base" },
|
H A D | ns_common.c | 175 case NS_LDAP_SCOPE_BASE: in __s_api_getSearchScope()
|