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

/external/zlib/src/contrib/minizip/
H A Dunzip.c172 ZPOS64_T num_file; /* number of the current file in the zipfile*/ member in struct:__anon27469
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 208 milliseconds