Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c313 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() function
881 if (cdf_check_stream_offset(sst, h, p, (tail + 1) * sizeof(uint32_t), in cdf_get_property_info_pos()
970 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1) in cdf_read_property_info()
978 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1) in cdf_read_property_info()
993 if (p >= e || cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1) in cdf_read_property_info()
1122 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || in cdf_unpack_summary_info()
1123 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1) in cdf_unpack_summary_info()

Completed in 10 milliseconds