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

/freebsd-current/usr.bin/gzip/
H A Dunpack.c77 int *inodesin; /* Table of internal nodes count in member in struct:__anon6450
103 free(unpackd->inodesin);
125 unpackd->inodesin[level] = (unpackd->inodesin[level + 1] +
128 unpackd->inodesin[level] = 0;
187 unpackd->inodesin =
188 calloc(unpackd->treelevels, sizeof(*(unpackd->inodesin)));
193 if (unpackd->inodesin == NULL || unpackd->symbolsin == NULL ||
285 if (thiscode >= unpackd->inodesin[thislevel]) {
287 thiscode - unpackd->inodesin[thisleve
[all...]

Completed in 120 milliseconds