Searched refs:root_storage (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 142 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info() argument 154 if (!NOTMIME(ms) && root_storage) in cdf_file_property_info() 155 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_property_info() 333 if (root_storage) { in cdf_file_summary_info() 334 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_summary_info() 548 const cdf_directory_t *root_storage; in file_trycdf() local 584 &root_storage)) == -1) { in file_trycdf() 592 if (root_storage) { in file_trycdf() 597 root_storage->d_storage_uuid)) == -1) in file_trycdf() 631 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf() [all …]
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 3837 if (!NOTMIME(ms) && root_storage) 3838 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, 3856 m = cdf_file_property_info(ms, info, count, root_storage);
|
Completed in 23 milliseconds