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

/osnet-11/usr/src/lib/libldap4/common/
H A Dreferral.c121 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) {
124 ld->ld_refhoplimit, 0, 0 );
H A Dopen.c235 ld->ld_refhoplimit = LDAP_DEFAULT_REFHOPLIMIT;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h309 int ld_refhoplimit; /* limit on referral nesting */ member in struct:ldap
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c845 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) {
848 ld->ld_refhoplimit, 0, 0 );
907 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) {
910 ld->ld_refhoplimit, 0, 0 );
H A Dgetoption.c155 *((int *) optdata) = ld->ld_refhoplimit;
H A Dsetoption.c159 ld->ld_refhoplimit = *((int *)optdata);
H A Dopen.c324 nsldapi_ld_defaults.ld_refhoplimit = LDAP_DEFAULT_REFHOPLIMIT;
H A Dldap-int.h286 int ld_refhoplimit; /* limit on referral nesting */ member in struct:ldap

Completed in 26 milliseconds