Home
last modified time | relevance | path

Searched refs:LDAP_REQST_CONNDEAD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c695 ( lr->lr_status == LDAP_REQST_CONNDEAD ) ? "Dead" : in nsldapi_dump_requests_and_responses()
1255 lr->lr_status = LDAP_REQST_CONNDEAD; in nsldapi_connection_lost_nolock()
H A Dldap-int.h210 #define LDAP_REQST_CONNDEAD 5 /* associated conn. has failed */ macro