Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar.c479 #define PHAR_ZIP_16(var) ((uint16_t)((((uint16_t)var[0]) & 0xff) | \ macro
2404 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) { in phar_postprocess_file()
2407 PHAR_ZIP_16(local.filename_len) + in phar_postprocess_file()
2408 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2423 …if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.cr… in phar_postprocess_file()
2430 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()

Completed in 16 milliseconds