Home
last modified time | relevance | path

Searched refs:LDAP_REQST_INPROGRESS (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dabandon.c161 if ( lr->lr_status != LDAP_REQST_INPROGRESS ) { in do_abandon()
H A Drequest.c209 lr->lr_status = LDAP_REQST_INPROGRESS; in ldap_int_flush_request()
366 lr->lr_status = LDAP_REQST_INPROGRESS; in ldap_send_server_request()
931 ( lr->lr_status == LDAP_REQST_INPROGRESS ) ? "InProgress" : in ldap_dump_requests_and_responses()
H A Dopen.c583 lr->lr_status = LDAP_REQST_INPROGRESS; in ldap_open_internal_connection()
H A Dldap-int.h400 #define LDAP_REQST_INPROGRESS 1 macro