Searched refs:LDAP_BOOL_GET (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-local.c269 LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART ));
300 LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART ));
H A Dos-ip.c314 LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_RESTART ) );
373 LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_RESTART ) );
1041 if ( LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_ASYNC_RESULTS ) ) {
1096 if ( LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_ASYNC_RESULTS ) ) {
1151 if ( LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_ASYNC_RESULTS ) ) {
1391 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_ASYNC_RESULTS)) {
1430 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_ASYNC_RESULTS) ) {
H A Doptions.c234 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_REFERRALS);
239 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_RESTART);
280 * (int *) outvalue = (int) LDAP_BOOL_GET(lo, LDAP_BOOL_CONNECT_ASYNC);
H A Dresult.c253 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_ASYNC_RESULTS) ) {
549 LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_ASYNC_RESULTS) )
556 !LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART)
893 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) ||
948 ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) ||
H A Dcyrus.c464 int nocanon = (int)LDAP_BOOL_GET( &ld->ld_options,
1010 *(int *)arg = (int) LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_SASL_NOCANON );
H A Dldap-int.h142 #define LDAP_BOOL_GET(lo, bool) \ macro
H A Drequest.c479 async = LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_CONNECT_ASYNC );

Completed in 123 milliseconds