Home
last modified time | relevance | path

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

/PHP-7.4/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()
393 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
399 if (!PHAR_GET_16(zipentry.filename_len)) { in phar_parse_zipfile()
486 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
555 if (PHAR_GET_16(zipentry.comment_len)) { in phar_parse_zipfile()
556 …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.c506 # define PHAR_GET_16(buffer, var) \ macro
514 # define PHAR_GET_16(buffer, var) \ macro

Completed in 24 milliseconds