Searched refs:lr_outrefcnt (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c183 parentreq->lr_outrefcnt++;
193 parentreq->lr_outrefcnt--;
218 parentreq->lr_outrefcnt--;
243 /* ++parentreq->lr_outrefcnt; */
562 lr->lr_outrefcnt, lr->lr_parentcnt );
601 --lr->lr_parent->lr_outrefcnt;
H A Dresult.c602 hadref = lr->lr_outrefcnt;
702 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL ) {
715 if ( --lr->lr_outrefcnt > 0 ) {
720 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL ) { /* The main request has no more outstanding refs */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c194 ++parentreq->lr_outrefcnt;
228 --parentreq->lr_outrefcnt;
246 --parentreq->lr_outrefcnt;
261 ++parentreq->lr_outrefcnt;
701 lr->lr_outrefcnt, lr->lr_parentcnt );
744 --lr->lr_parent->lr_outrefcnt;
H A Dresult.c224 != NULL && lr->lr_outrefcnt > 0 )) {
592 if ( refchasing > 0 || lr->lr_outrefcnt > 0 ) {
607 if ( lr->lr_outrefcnt <= 0 && !has_parent ) {
651 if ( --lr->lr_outrefcnt > 0 ) {
663 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL &&
H A Dldap-int.h210 int lr_outrefcnt; /* count of outstanding referrals */ member in struct:ldapreq
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h226 int lr_outrefcnt; /* count of outstanding referrals */ member in struct:ldapreq

Completed in 27 milliseconds