Searched refs:lr_status (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c147 if ( lr->lr_status == LDAP_REQST_INPROGRESS ) {
184 if ( lr->lr_status != LDAP_REQST_INPROGRESS ) {
H A Drequest.c253 lr->lr_status = LDAP_REQST_INPROGRESS;
285 lr->lr_status = LDAP_REQST_WRITING;
693 lr->lr_msgid, lr->lr_origid, ( lr->lr_status ==
695 ( lr->lr_status == LDAP_REQST_CHASINGREFS ) ? "ChasingRefs" :
696 ( lr->lr_status == LDAP_REQST_NOTCONNECTED ) ? "NotConnected" :
697 ( lr->lr_status == LDAP_REQST_CONNDEAD ) ? "Dead" :
1257 lr->lr_status = LDAP_REQST_CONNDEAD;
H A Dldap-int.h204 int lr_status; /* status of request */ member in struct:ldapreq
H A Dresult.c598 lr->lr_status = LDAP_REQST_CHASINGREFS;
/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c238 lr->lr_status = LDAP_REQST_INPROGRESS;
265 lr->lr_status = LDAP_REQST_WRITING;
556 lr->lr_msgid, lr->lr_origid, ( lr->lr_status ==
558 ( lr->lr_status == LDAP_REQST_CHASINGREFS ) ? "ChasingRefs" :
559 ( lr->lr_status == LDAP_REQST_NOTCONNECTED ) ? "NotConnected" :
690 lr->lr_status = LDAP_REQST_CONNDEAD;
H A Dabandon.c197 if ( lr->lr_status != LDAP_REQST_INPROGRESS ) {
H A Dresult.c694 lr->lr_status = LDAP_REQST_CHASINGREFS;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h220 int lr_status; /* status of request */ member in struct:ldapreq

Completed in 29 milliseconds