Home
last modified time | relevance | path

Searched refs:EOCD64LEN (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_open.c659 zip_uint8_t eocd[EOCD64LEN]; in _zip_read_eocd64()
666 if (eocd_offset > ZIP_OFF_MAX || eocd_offset + EOCD64LEN > ZIP_OFF_MAX) { in _zip_read_eocd64()
671 if (eocd64loc < buf || (off_t)eocd_offset+EOCD64LEN > (buf_offset+(eocd64loc-buf))) { in _zip_read_eocd64()
676 …if ((off_t)eocd_offset >= buf_offset && (off_t)eocd_offset+EOCD64LEN <= buf_offset+(ssize_t)buflen) in _zip_read_eocd64()
685 if (fread(eocd, 1, EOCD64LEN, f) < EOCD64LEN) { in _zip_read_eocd64()
H A Dzipint.h149 #define EOCD64LEN 56 macro
H A Dzip_dirent.c169 _zip_write8(EOCD64LEN-12, fp); in _zip_cdir_write()

Completed in 147 milliseconds