Home
last modified time | relevance | path

Searched refs:fseeko (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_file_get_offset.c61 if (fseeko(za->zp, (off_t)offset, SEEK_SET) != 0) { in _zip_file_get_offset()
H A Dzip_filerange_crc.c53 if (fseeko(fp, start, SEEK_SET) != 0) { in _zip_filerange_crc()
H A Dzip_source_filep.c145 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { in read_file()
165 if (fseeko(z->f, (off_t)(z->off + (zip_uint64_t)(z->len-z->remain)), SEEK_SET) < 0) { in read_file()
H A Dzip_close.c228 if ((fseeko(za->zp, (off_t)offset, SEEK_SET) < 0)) { in zip_close()
412 if (fseeko(ft, offstart, SEEK_SET) < 0) { in add_data()
444 if (fseeko(ft, offend, SEEK_SET) < 0) { in add_data()
549 if (fseeko(out, end-TORRENT_CRC_LEN, SEEK_SET) < 0) { in write_cdir()
H A Dzip_open.c132 if (fseeko(fp, 0, SEEK_END) < 0) { in _zip_open()
268 fseeko(fp, cd->offset, SEEK_SET); in _zip_readcdir()
340 if (fseeko(fp, (off_t)cd->entry[i].orig->offset, SEEK_SET) != 0) { in _zip_checkcons()
506 i = fseeko(fp, -(len < CDBUFSIZE ? len : CDBUFSIZE), SEEK_END); in _zip_find_central_dir()
679 if (fseeko(f, (off_t)eocd_offset, SEEK_SET) != 0) { in _zip_read_eocd64()
H A Dzip_extra_field.c340 if (fseeko(za->zp, (off_t)(e->orig->offset + 26), SEEK_SET) < 0) { in _zip_read_local_ef()
H A Dzipint.h93 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) macro

Completed in 20 milliseconds