Searched refs:CDF_SEC_SIZE (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | cdf.h | 83 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2)) macro 84 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h))
|
H A D | cdf.c | 281 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_check_stream_offset() 357 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sector() 370 if (pos + len > CDF_SEC_SIZE(h) * sst->sst_len) { in cdf_read_short_sector() 373 pos + len, CDF_SEC_SIZE(h) * sst->sst_len)); in cdf_read_short_sector() 388 size_t ss = CDF_SEC_SIZE(h); in cdf_read_sat() 499 size_t ss = CDF_SEC_SIZE(h), i, j; in cdf_read_long_sector_chain() 547 scn->sst_len = cdf_count_chain(ssat, sid, CDF_SEC_SIZE(h)); in cdf_read_short_sector_chain() 601 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() 655 size_t ss = CDF_SEC_SIZE(h); in cdf_read_ssat() 1140 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_dump_stream() [all …]
|
H A D | readcdf.c | 254 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h));
|
Completed in 14 milliseconds