Home
last modified time | relevance | path

Searched refs:root_storage (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c138 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info() argument
150 if (!NOTMIME(ms) && root_storage) in cdf_file_property_info()
151 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_property_info()
329 if (root_storage) { in cdf_file_summary_info()
330 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_summary_info()
339 m = cdf_file_property_info(ms, info, count, root_storage); in cdf_file_summary_info()
544 const cdf_directory_t *root_storage; in file_trycdf() local
580 &root_storage)) == -1) { in file_trycdf()
588 if (root_storage) { in file_trycdf()
593 root_storage->d_storage_uuid)) == -1) in file_trycdf()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3214 - if (!NOTMIME(ms) && root_storage)
3217 + if (!NOTMIME(ms) && root_storage)
3218 str = cdf_clsid_to_mime(root_storage->d_storage_uuid,
3237 m = cdf_file_property_info(ms, info, count, root_storage);

Completed in 11 milliseconds