Searched refs:cdf_dump_sat (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 1093 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) function 1325 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); 1331 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h));
|
| H A D | cdf.h | 321 void cdf_dump_sat(const char *, const cdf_sat_t *, size_t);
|
| H A D | readcdf.c | 250 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); 258 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h));
|
Completed in 6 milliseconds