Searched refs:cdf_check_stream_offset (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 275 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, function 774 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1) 809 if (cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1) 952 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || 953 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1)
|
Completed in 4 milliseconds