Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c61 if (fseeko(za->zp, 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.c144 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { in read_file()
162 if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), in read_file()
H A Dzip_open.c98 if (fseeko(fp, 0, SEEK_END) < 0) { in _zip_open()
249 fseeko(fp, cd->offset, SEEK_SET); in _zip_readcdir()
329 if (fseeko(fp, cd->entry[i].offset, SEEK_SET) != 0) { in _zip_checkcons()
519 i = fseeko(fp, -(len < CDBUFSIZE ? len : CDBUFSIZE), SEEK_END); in _zip_find_central_dir()
H A Dzip_close.c196 if ((NULL == za->zp) || (fseeko(za->zp, za->cdir->entry[i].offset, SEEK_SET) != 0)) { in zip_close()
416 if (fseeko(ft, offstart, SEEK_SET) < 0) { in add_data()
433 if (fseeko(ft, offend, SEEK_SET) < 0) { in add_data()
533 if (fseeko(out, offset-TORRENT_CRC_LEN, SEEK_SET) < 0) { in write_cdir()
H A Dzipint.h42 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) macro

Completed in 38 milliseconds