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

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c506 LDAP_BOOL_CLR(lo, LDAP_BOOL_REFERRALS);
515 LDAP_BOOL_CLR(lo, LDAP_BOOL_RESTART);
524 LDAP_BOOL_CLR(lo, LDAP_BOOL_CONNECT_ASYNC);
533 LDAP_BOOL_CLR(lo, LDAP_BOOL_KEEPCONN);
H A Dinit.c196 LDAP_BOOL_CLR(gopts, attrs[i].offset);
455 LDAP_BOOL_CLR(gopts, attrs[i].offset);
H A Dcyrus.c1201 LDAP_BOOL_CLR(&ld->ld_options, LDAP_BOOL_SASL_NOCANON );
H A Dldap-int.h161 #define LDAP_BOOL_CLR(lo, bool) ((lo)->ldo_booleans &= ~LDAP_BOOL(bool)) macro

Completed in 79 milliseconds