Searched refs:NS_LDAP_FOLLOWREF (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sldap.h53 NS_LDAP_FOLLOWREF = 0x004, enumerator in enum:SearchRef
H A Dns_common.c1372 /* Either NS_LDAP_NOREF or NS_LDAP_FOLLOWREF not both */
1373 if ((flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) ==
1374 (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) {
1379 * if the NS_LDAP_NOREF or NS_LDAP_FOLLOWREF is set
1383 if (flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) {
H A Dns_config.c171 { ENUM2INT(NS_LDAP_FOLLOWREF), "NS_LDAP_FOLLOWREF" },
177 { ENUM2INT(NS_LDAP_FOLLOWREF), "TRUE" },
304 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) },
486 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) },
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c384 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
388 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,

Completed in 44 milliseconds