Searched refs:kcount (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dkvbuf.c559 uint32_t x, k, v, kcount, vcount, kl, vl; local
580 kcount = ntohl(x);
582 return kcount;
591 kcount = ntohl(x);
593 for (k = 0; k < kcount; k++)
626 kcount = ntohl(x);
628 return kcount;
825 a->dict[d].kcount = ntohl(x);
827 if (a->dict[d].kcount > 0)
829 a->dict[d].key = (const char **)calloc(a->dict[d].kcount, sizeo
[all...]
H A Dkvbuf.h59 uint32_t kcount; member in struct:__anon2979
/macosx-10.9.5/cctools-845/include/sys/
H A Dgmon.h172 u_short *kcount; member in struct:gmonparam
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dgmon.h202 u_short *kcount; member in struct:gmonparam
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c144 p->kcount = (u_short *)cp;
194 gp->kcount, gp->kcountsize);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Daod.c357 for (i = 0; i < in_dict->kcount; i++) {
383 if (i >= in_dict->kcount && strcmp(in_attr, kDS1AttrMailAttribute) != 0)

Completed in 143 milliseconds