Home
last modified time | relevance | path

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

/PHP-5.5/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()
204 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
213 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
225 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
377 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
383 if (!PHAR_GET_16(zipentry.filename_len)) { in phar_parse_zipfile()
464 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
533 if (PHAR_GET_16(zipentry.comment_len)) { in phar_parse_zipfile()
534 …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.c507 # define PHAR_GET_16(buffer, var) \ macro
515 # define PHAR_GET_16(buffer, var) \ macro

Completed in 20 milliseconds