OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inodesin
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gzip/
unpack.c
77
int *
inodesin
; /* Table of internal nodes count in
member in struct:__anon119e99d90108
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
[thislevel]
[
all
...]
unpack.c
77
int *
inodesin
; /* Table of internal nodes count in
member in struct:__anon119e99d90108
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
[thislevel]
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025