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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c133 if (ld->ld_options & LDAP_BITOPT_ASYNC)
H A Drequest.c216 || ( (ld->ld_options & LDAP_BITOPT_ASYNC
219 || (!(ld->ld_options & LDAP_BITOPT_ASYNC )
284 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) {
304 if (ld->ld_options & LDAP_BITOPT_ASYNC) {
341 if (ld->ld_options & LDAP_BITOPT_ASYNC) {
448 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2)
H A Dgetoption.c128 LDAP_GET_BITOPT( ld, LDAP_BITOPT_ASYNC );
H A Dsetoption.c144 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_ASYNC, optdata);
H A Dos-ip.c484 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
630 if ( ld->ld_options & LDAP_BITOPT_ASYNC ) {
690 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
H A Dldap-int.h294 #define LDAP_BITOPT_ASYNC 0x04000000 macro
H A Dresult.c415 else if (ld->ld_options & LDAP_BITOPT_ASYNC) {

Completed in 36 milliseconds