Home
last modified time | relevance | path

Searched refs:LDAP_BOOL_REFERRALS (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Doptions.c235 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_REFERRALS); in ldap_get_option()
506 LDAP_BOOL_CLR(lo, LDAP_BOOL_REFERRALS); in ldap_set_option()
508 LDAP_BOOL_SET(lo, LDAP_BOOL_REFERRALS); in ldap_set_option()
Dinit.c106 {0, ATTR_BOOL, "REFERRALS", NULL, LDAP_BOOL_REFERRALS},
618 LDAP_BOOL_SET(gopts, LDAP_BOOL_REFERRALS); in ldap_int_initialize_global_options()
Dresult.c673 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) || in try_read1msg()
728 ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) || in try_read1msg()
Dtest.c654 LDAP_BOOL_SET(&ld->ld_options, LDAP_BOOL_REFERRALS); in main()
Dldap-int.h149 #define LDAP_BOOL_REFERRALS 0 macro