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

/freebsd-10-stable/contrib/file/src/
H A Dcdf.c318 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, function
870 if (cdf_check_stream_offset(sst, h, p, (tail + 1) * sizeof(uint32_t),
959 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1)
967 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1)
982 if (p >= e || cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1)
1111 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 ||
1112 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1)

Completed in 55 milliseconds