Lines Matching refs:fileOffset
104 long fileOffset; /* -1 means not really in the file */
419 dir->types[i].fileOffset = 0;
741 if (dir->types[i].fileOffset == -1) continue;
742 if (dir->types[i].fileOffset > 0) {
743 if (fseek(f, dir->types[i].fileOffset, SEEK_SET) != -1) {
1108 if (t->fileOffset == -1) continue; /* Not really there */
1110 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1131 t->fileOffset = pos;
1140 t->fileOffset = -1;
1166 if (t->fileOffset == -1) continue; /* Not really there */
1167 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1187 t->fileOffset = pos;
1203 t->fileOffset = -1;
1230 if (t->fileOffset == -1) continue; /* Not really there */
1231 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET)) {
1250 t->fileOffset = pos;
1271 t->fileOffset = -1;
1588 if (t->fileOffset == -1) continue; /* Not really there */
1589 if (t->fileOffset != 0 && fseek(f, t->fileOffset, SEEK_SET) != -1) {
1609 t->fileOffset = pos;
1616 t->fileOffset = -1;