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

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dunzip.c172 ZPOS64_T num_file; /* number of the current file in the zipfile*/ member in struct:__anon1535
1186 s->num_file=0;
1210 if (s->num_file+1==s->gi.number_entry)
1215 s->num_file++;
1257 num_fileSaved = s->num_file;
1282 s->num_file = num_fileSaved ;
1319 file_pos->num_of_file = s->num_file;
1349 s->num_file = file_pos->num_of_file;
2089 if (s->num_file==s->gi.number_entry)
2114 s->num_file
[all...]
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dunzip.c172 ZPOS64_T num_file; /* number of the current file in the zipfile*/ member in struct:__anon1162
1186 s->num_file=0;
1210 if (s->num_file+1==s->gi.number_entry)
1215 s->num_file++;
1257 num_fileSaved = s->num_file;
1282 s->num_file = num_fileSaved ;
1319 file_pos->num_of_file = s->num_file;
1349 s->num_file = file_pos->num_of_file;
2089 if (s->num_file==s->gi.number_entry)
2114 s->num_file
[all...]

Completed in 110 milliseconds