Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dphar.c524 #define PHAR_ZIP_16(var) ((uint16_t)((((uint16_t)var[0]) & 0xff) | \ macro
2365 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2368 PHAR_ZIP_16(local.filename_len) +
2369 PHAR_ZIP_16(local.extra_len) +
2384 …if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.cr…
2391 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…

Completed in 13 milliseconds