Searched refs:_zip_filerange_crc (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/zip/lib/ |
H A D | zip_filerange_crc.c | 45 _zip_filerange_crc(FILE *fp, off_t start, off_t len, uLong *crcp, in _zip_filerange_crc() function
|
H A D | zipint.h | 319 int _zip_filerange_crc(FILE *, off_t, off_t, uLong *, struct zip_error *);
|
H A D | zip_open.c | 374 if (_zip_filerange_crc(za->zp, za->cdir->offset, za->cdir->size, in _zip_check_torrentzip()
|
H A D | zip_close.c | 528 if (_zip_filerange_crc(out, cd->offset, cd->size, &crc, &za->error) < 0) in write_cdir()
|
Completed in 10 milliseconds