Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar.c518 #define PHAR_ZIP_16(var) ((uint16_t)((((uint16_t)var[0]) & 0xff) | \ macro
2373 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) { in phar_postprocess_file()
2376 PHAR_ZIP_16(local.filename_len) + in phar_postprocess_file()
2377 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2392 …if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.cr… in phar_postprocess_file()
2399 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()

Completed in 12 milliseconds