Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c214 || ( (ld->ld_options & LDAP_BITOPT_ASYNC in nsldapi_send_server_request()
217 || (!(ld->ld_options & LDAP_BITOPT_ASYNC ) in nsldapi_send_server_request()
282 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) { in nsldapi_send_server_request()
302 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_send_server_request()
339 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_ber_flush()
446 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2) in nsldapi_new_connection()
H A Dabandon.c131 if (ld->ld_options & LDAP_BITOPT_ASYNC) in do_abandon()
H A Dgetoption.c126 LDAP_GET_BITOPT( ld, LDAP_BITOPT_ASYNC ); in ldap_get_option()
H A Dsetoption.c145 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_ASYNC, optdata); in ldap_set_option()
H A Dos-ip.c485 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
631 if ( ld->ld_options & LDAP_BITOPT_ASYNC ) {
691 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
H A Dldap-int.h295 #define LDAP_BITOPT_ASYNC 0x04000000 macro
H A Dresult.c413 else if (ld->ld_options & LDAP_BITOPT_ASYNC) {