Home
last modified time | relevance | path

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

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