Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dzip.c58 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
125 int dtime = PHAR_GET_16(cdtime), ddate = PHAR_GET_16(cddate); in phar_zip_d2u_time()
233 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
242 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
254 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
389 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
395 if (!PHAR_GET_16(zipentry.filename_len)) { in phar_parse_zipfile()
482 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
551 if (PHAR_GET_16(zipentry.comment_len)) { in phar_parse_zipfile()
552 …if (PHAR_GET_16(zipentry.comment_len) != php_stream_read(fp, buf, PHAR_GET_16(zipentry.comment_len… in phar_parse_zipfile()
[all …]
H A Dphar.c476 # define PHAR_GET_16(buffer, var) \ macro
484 # define PHAR_GET_16(buffer, var) \ macro

Completed in 27 milliseconds