Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dphar.c524 #define PHAR_ZIP_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \ macro
2382 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2385 PHAR_ZIP_16(local.filename_len) +
2386 PHAR_ZIP_16(local.extra_len) +
2401 …if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.cr…
2408 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…

Completed in 12 milliseconds