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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c316 smallint eofile; /* flag set at end of input file */ member in struct:globals
530 * Updates strstart and lookahead, and sets eofile if end of input file.
532 * OUT assertions: at least one byte has been read, or eofile is set;
576 if (!G1.eofile) {
579 G1.eofile = 1;
1814 while (G1.lookahead < MIN_LOOKAHEAD && !G1.eofile)
1859 G1.eofile = 1;
1863 G1.eofile = 0;
1867 while (G1.lookahead < MIN_LOOKAHEAD && !G1.eofile)

Completed in 55 milliseconds