Home
last modified time | relevance | path

Searched refs:h_sec_size_p2 (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c198 h->h_sec_size_p2 = CDF_TOLE2(h->h_sec_size_p2); in cdf_swap_header()
229 CDF_UNPACK(h->h_sec_size_p2); in cdf_unpack_header()
375 if (h->h_sec_size_p2 > 20) { in cdf_read_header()
376 DPRINTF(("Bad sector size %hu\n", h->h_sec_size_p2)); in cdf_read_header()
H A Dcdf.h66 uint16_t h_sec_size_p2; member
80 #define CDF_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_sec_size_p2)

Completed in 14 milliseconds