Home
last modified time | relevance | path

Searched refs:ld_refhoplimit (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c843 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) { in nsldapi_chase_v2_referrals()
846 ld->ld_refhoplimit, 0, 0 ); in nsldapi_chase_v2_referrals()
905 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) { in nsldapi_chase_v3_refs()
908 ld->ld_refhoplimit, 0, 0 ); in nsldapi_chase_v3_refs()
H A Dgetoption.c153 *((int *) optdata) = ld->ld_refhoplimit; in ldap_get_option()
H A Dsetoption.c160 ld->ld_refhoplimit = *((int *)optdata); in ldap_set_option()
H A Dopen.c326 nsldapi_ld_defaults.ld_refhoplimit = LDAP_DEFAULT_REFHOPLIMIT; in nsldapi_initialize_defaults()
H A Dldap-int.h287 int ld_refhoplimit; /* limit on referral nesting */ member