Searched refs:root_storage (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 136 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info() argument 148 if (!NOTMIME(ms) && root_storage) in cdf_file_property_info() 149 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_property_info() 327 if (root_storage) { in cdf_file_summary_info() 328 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_summary_info() 337 m = cdf_file_property_info(ms, info, count, root_storage); in cdf_file_summary_info() 542 const cdf_directory_t *root_storage; in file_trycdf() local 578 &root_storage)) == -1) { in file_trycdf() 586 if (root_storage) { in file_trycdf() 591 root_storage->d_storage_uuid)) == -1) in file_trycdf() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 2887 if (!NOTMIME(ms) && root_storage) 2888 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, 2906 m = cdf_file_property_info(ms, info, count, root_storage);
|
Completed in 11 milliseconds