Home
last modified time | relevance | path

Searched refs:sst (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.c315 assert(ss == sst->sst_ss); in cdf_check_stream()
317 return sst->sst_ss; in cdf_check_stream()
326 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset()
333 ss * sst->sst_len, ss, sst->sst_len)); in cdf_check_stream_offset()
977 cdf_offset(sst->sst_tab, offs)); in cdf_read_property_info()
1390 size_t ss = sst->sst_ss; in cdf_dump_stream()
1391 cdf_dump(sst->sst_tab, ss * sst->sst_len); in cdf_dump_stream()
1436 if (sst == NULL) in cdf_dump_dir()
1551 cdf_unpack_catalog(h, sst, &cat); in cdf_dump_catalog()
1576 cdf_stream_t sst, scn; in main() local
[all …]
H A Dreadcdf.c256 const cdf_stream_t *sst) in cdf_file_catalog() argument
266 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
364 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info()
417 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info()
538 cdf_stream_t sst, scn; in file_trycdf() local
577 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst, in file_trycdf()
583 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); in file_trycdf()
625 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
630 &sst, &dir, &scn)) == -1) { in file_trycdf()
636 &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
[all …]
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1042 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h)
1045 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ?
1047 assert(ss == sst->sst_ss);
1049 return sst->sst_ss;
2826 cdf_zero_stream(&sst);

Completed in 31 milliseconds