Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c303 assert(ss == sst->sst_ss); in cdf_check_stream()
305 return sst->sst_ss; in cdf_check_stream()
314 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset()
321 ss * sst->sst_len, ss, sst->sst_len)); in cdf_check_stream_offset()
953 cdf_offset(sst->sst_tab, offs)); in cdf_read_property_info()
1365 size_t ss = sst->sst_ss; in cdf_dump_stream()
1366 cdf_dump(sst->sst_tab, ss * sst->sst_len); in cdf_dump_stream()
1411 if (sst == NULL) in cdf_dump_dir()
1526 cdf_unpack_catalog(h, sst, &cat); in cdf_dump_catalog()
1551 cdf_stream_t sst, scn; in main() local
[all …]
H A Dreadcdf.c258 const cdf_stream_t *sst) in cdf_file_catalog() argument
268 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
366 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info()
419 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info()
540 cdf_stream_t sst, scn; in file_trycdf() local
579 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst, in file_trycdf()
585 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); in file_trycdf()
627 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
632 &sst, &dir, &scn)) == -1) { in file_trycdf()
638 &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1139 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h)
1142 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ?
1144 assert(ss == sst->sst_ss);
1146 return sst->sst_ss;
1197 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs,
1204 if (pos + len > CDF_SEC_SIZE(h) * sst->sst_len) {
3245 cdf_zero_stream(&sst);

Completed in 21 milliseconds