Home
last modified time | relevance | path

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

/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf.h71 uint16_t h_sec_size_p2; member
85 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2))
H A Dcdf.c185 h->h_sec_size_p2 = CDF_TOLE2(h->h_sec_size_p2); in cdf_swap_header()
214 CDF_UNPACK(h->h_sec_size_p2); in cdf_unpack_header()
337 if (h->h_sec_size_p2 > 20) { in cdf_read_header()
338 DPRINTF(("Bad sector size 0x%u\n", h->h_sec_size_p2)); in cdf_read_header()

Completed in 16 milliseconds