Searched defs:totalcount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c51 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){
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c51 static int totalcount; variable
109 totalcount += nbytes + HDRSIZ;
177 totalcount -= osize + HDRSIZ;
183 return (totalcount);
200 totalcount += nbytes;
214 totalcount -= size;

Completed in 45 milliseconds