Searched refs:LDAP_BOOL_REFERRALS (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | options.c | 235 * (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()
|
| D | init.c | 106 {0, ATTR_BOOL, "REFERRALS", NULL, LDAP_BOOL_REFERRALS}, 618 LDAP_BOOL_SET(gopts, LDAP_BOOL_REFERRALS); in ldap_int_initialize_global_options()
|
| D | result.c | 673 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()
|
| D | test.c | 654 LDAP_BOOL_SET(&ld->ld_options, LDAP_BOOL_REFERRALS); in main()
|
| D | ldap-int.h | 149 #define LDAP_BOOL_REFERRALS 0 macro
|