Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzipint.h83 #define CENTRAL_MAGIC "PK\1\2" macro
H A Dzip_dirent.c252 if (memcmp(cur, (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { in _zip_dirent_read()
430 fwrite(localp ? LOCAL_MAGIC : CENTRAL_MAGIC, 1, 4, fp); in _zip_dirent_write()

Completed in 8 milliseconds