Searched defs:totalcount (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | extensions.c | 57 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument 69 if ((rc = ber_scanf(theBer, "{iO}", totalcount, cookie)) == LBER_ERROR){
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | spagectrl.c | 51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument 63 if ((rc = ber_scanf(theBer, "{iO}", totalcount, cookie)) == LBER_ERROR){
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | mbsrtowcs.c | 89 size_t totalcount = 0; local 91 for (;; totalcount++) 127 return totalcount;
|
Completed in 22 milliseconds