Searched refs:lr_parent (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c142 if ( origid == msgid && lr->lr_parent != NULL ) {
179 if ( origid == msgid && lr->lr_parent != NULL ) {
H A Drequest.c265 lr->lr_parent = parentreq;
743 if ( lr->lr_parent != NULL ) {
744 --lr->lr_parent->lr_outrefcnt;
853 for ( origreq = lr; origreq->lr_parent != NULL;
854 origreq = origreq->lr_parent ) {
915 for ( origreq = lr; origreq->lr_parent != NULL;
916 origreq = origreq->lr_parent ) {
H A Dresult.c605 has_parent = ( lr->lr_parent != NULL );
647 while ( lr->lr_parent != NULL ) {
648 merge_error_info( ld, lr->lr_parent, lr );
650 lr = lr->lr_parent;
663 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL &&
907 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL
H A Dldap-int.h220 struct ldapreq *lr_parent; /* request that spawned this referral */ member in struct:ldapreq
/osnet-11/usr/src/lib/libldap4/common/
H A Dabandon.c192 if ( origid == msgid && lr->lr_parent != NULL ) {
H A Dresult.c546 ( lr->lr_parent != NULL ||
589 (lr->lr_parent != NULL) && /* its subrequest */
594 lrparent = lr->lr_parent;
702 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL ) {
712 while ( lr->lr_parent != NULL ) {
713 merge_error_info( ld, lr->lr_parent, lr );
714 lr = lr->lr_parent;
720 if ( lr->lr_outrefcnt <= 0 && lr->lr_parent == NULL ) { /* The main request has no more outstanding refs */
H A Drequest.c246 lr->lr_parent = parentreq;
600 if ( lr->lr_parent != NULL ) {
601 --lr->lr_parent->lr_outrefcnt;
H A Dreferral.c134 for ( origreq = lr; origreq->lr_parent != NULL;
135 origreq = origreq->lr_parent ) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h240 struct ldapreq *lr_parent; /* request that spawned this referral */ member in struct:ldapreq

Completed in 38 milliseconds