Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar.c519 #define PHAR_ZIP_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \ macro
2437 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2440 PHAR_ZIP_16(local.filename_len) +
2441 PHAR_ZIP_16(local.extra_len) +
2456 …if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.cr…
2463 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…

Completed in 16 milliseconds