Home | History | Annotate | Download | only in Modules

Lines Matching defs:file_offset

676     file_offset,   # offset of file header from start of archive

683 data_size and file_offset are 0.
690 long compress, crc, data_size, file_size, file_offset, date, time;
762 file_offset = PyMarshal_ReadLongFromFile(fp) + arc_offset;
779 file_size, file_offset, time, date, crc);
843 long compress, data_size, file_size, file_offset;
847 &data_size, &file_size, &file_offset, &time,
860 fseek(fp, file_offset, 0);
870 fseek(fp, file_offset + 26, 0);
873 file_offset += l; /* Start of file data */
883 err = fseek(fp, file_offset, 0);