Searched refs:totalcountp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 55 int ldapversion, int *totalcountp, int *chasingcountp ); 898 int ldapversion, int *totalcountp, int *chasingcountp ) 905 *chasingcountp = *totalcountp = 0; 931 totalcountp, chasingcountp ); 938 totalcountp, chasingcountp ); 952 if ( err == LDAP_SUCCESS && ( *chasingcountp == *totalcountp )) { 953 if ( *totalcountp > 0 && ( origerr == LDAP_PARTIAL_RESULTS 978 *totalcountp, *chasingcountp, 0 );
|
H A D | request.c | 817 int *totalcountp, int *chasingcountp ) in nsldapi_chase_v2_referrals() argument 825 *totalcountp = *chasingcountp = 0; in nsldapi_chase_v2_referrals() 869 ++*totalcountp; in nsldapi_chase_v2_referrals() 894 int is_reference, int *totalcountp, int *chasingcountp ) in nsldapi_chase_v3_refs() argument 899 *totalcountp = *chasingcountp = 0; in nsldapi_chase_v3_refs() 905 *totalcountp = 1; in nsldapi_chase_v3_refs()
|
H A D | ldap-int.h | 738 int *totalcountp, int *chasingcountp ); 740 int is_reference, int *totalcountp, int *chasingcountp );
|