Home
last modified time | relevance | path

Searched refs:CENTRAL_MAGIC (Results 1 – 2 of 2) sorted by path

/PHP-7.3/ext/zip/lib/
H A Dzip_dirent.c321 if (memcmp(_zip_buffer_get(buffer, 4), (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { in _zip_dirent_read()
704 _zip_buffer_put(buffer, (flags & ZIP_FL_LOCAL) ? LOCAL_MAGIC : CENTRAL_MAGIC, 4); in _zip_dirent_write()
H A Dzipint.h171 #define CENTRAL_MAGIC "PK\1\2" macro

Completed in 17 milliseconds