Searched refs:CDF_SEC_SIZE (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.h | 82 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2)) macro 83 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h))
|
H A D | cdf.c | 319 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_check_stream() 408 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sector() 421 if (pos + len > CDF_SEC_SIZE(h) * sst->sst_len) { in cdf_read_short_sector() 424 pos + len, CDF_SEC_SIZE(h) * sst->sst_len)); in cdf_read_short_sector() 442 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sat() 565 size_t ss = CDF_SEC_SIZE(h), i, j; in cdf_read_long_sector_chain() 617 scn->sst_len = cdf_count_chain(ssat, sid, CDF_SEC_SIZE(h)); in cdf_read_short_sector_chain() 670 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() 724 size_t ss = CDF_SEC_SIZE(h); in cdf_read_ssat() 1591 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in main()
|
H A D | readcdf.c | 562 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in file_trycdf()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1039 size_t ss = CDF_SEC_SIZE(h);
|
Completed in 27 milliseconds