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

/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c80 int *inodesin; /* Table of internal nodes count in member in struct:__anon17274
106 free(unpackd->inodesin);
128 unpackd->inodesin[level] = (unpackd->inodesin[level + 1] +
131 unpackd->inodesin[level] = 0;
190 unpackd->inodesin =
191 calloc(unpackd->treelevels, sizeof(*(unpackd->inodesin)));
196 if (unpackd->inodesin == NULL || unpackd->symbolsin == NULL ||
288 if (thiscode >= unpackd->inodesin[thislevel]) {
290 thiscode - unpackd->inodesin[thisleve
[all...]

Completed in 85 milliseconds