Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c88 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
155 int dtime = PHAR_GET_16(cdtime), ddate = PHAR_GET_16(cddate); in phar_zip_d2u_time()
264 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
273 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
285 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
424 if (!PHAR_GET_16(zipentry.filename_len)) { in phar_parse_zipfile()
476 + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
481 + PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
546 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
615 if (PHAR_GET_16(zipentry.comment_len)) { in phar_parse_zipfile()
[all …]
H A Dphar.c462 # define PHAR_GET_16(buffer, var) \ macro
470 # define PHAR_GET_16(buffer, var) \ macro

Completed in 14 milliseconds