Searched refs:NS_LDAP_FOLLOWREF (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 53 NS_LDAP_FOLLOWREF = 0x004, enumerator
|
H A D | ns_common.c | 1293 if ((flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) == in __s_api_toFollowReferrals() 1294 (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) { in __s_api_toFollowReferrals() 1303 if (flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) { in __s_api_toFollowReferrals()
|
H A D | ns_config.c | 172 { ENUM2INT(NS_LDAP_FOLLOWREF), "NS_LDAP_FOLLOWREF" }, 178 { ENUM2INT(NS_LDAP_FOLLOWREF), "TRUE" }, 305 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) }, 487 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) },
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 385 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, in addentry() 389 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, in addentry()
|