Home
last modified time | relevance | path

Searched refs:EOCD64LOCLEN (Results 1 – 3 of 3) sorted by path

/PHP-7.3/ext/zip/lib/
H A Dzip_dirent.c99 zip_uint8_t buf[EOCDLEN + EOCD64LEN + EOCD64LOCLEN]; in _zip_cdir_write()
H A Dzip_open.c296 …if (eocd_offset >= EOCD64LOCLEN && memcmp(_zip_buffer_data(buffer) + eocd_offset - EOCD64LOCLEN, E… in _zip_read_cdir()
297 _zip_buffer_set_offset(buffer, eocd_offset - EOCD64LOCLEN); in _zip_read_cdir()
598 _zip_buffer_set_offset(buffer, EOCD64LOCLEN); in _zip_find_central_dir()
H A Dzipint.h182 #define EOCD64LOCLEN 20 macro
184 #define CDBUFSIZE (MAXCOMLEN+EOCDLEN+EOCD64LOCLEN)

Completed in 50 milliseconds