Searched defs:startpos (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c51 long startpos; /* start of compressed data in file (header skipped) */ member in struct:gz_stream
165 s->startpos = 10L;
168 * startpos anyway in write mode, so this initialization is not
173 s->startpos = (ftell(s->file) - s->stream.avail_in);
753 if (s->startpos == 0) { /* not a compressed file */
759 return fseek(s->file, s->startpos, SEEK_SET);

Completed in 2068 milliseconds