Searched defs:totalcountp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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 ); 897 check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber, int ldapversion, int *totalcountp, int *chasingcountp ) argument
|
H A D | request.c | 817 int *totalcountp, int *chasingcountp ) 825 *totalcountp = *chasingcountp = 0; 869 ++*totalcountp; 894 int is_reference, int *totalcountp, int *chasingcountp ) 899 *totalcountp = *chasingcountp = 0; 905 *totalcountp = 1; 816 nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int *totalcountp, int *chasingcountp ) argument 893 nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **v3refs, int is_reference, int *totalcountp, int *chasingcountp ) argument
|
Completed in 47 milliseconds