Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzipint.h134 #define LOCAL_MAGIC "PK\3\4" macro
H A Dzip_dirent.c360 if (memcmp(cur, (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { in _zip_dirent_read()
649 fwrite((flags & ZIP_FL_LOCAL) ? LOCAL_MAGIC : CENTRAL_MAGIC, 1, 4, fp); in _zip_dirent_write()

Completed in 13 milliseconds