Home
last modified time | relevance | path

Searched refs:sh_properties (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c785 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
787 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
790 sh.sh_properties)); in cdf_read_property_info()
794 *maxcount += sh.sh_properties; in cdf_read_property_info()
798 *maxcount = sh.sh_properties; in cdf_read_property_info()
806 *count += sh.sh_properties; in cdf_read_property_info()
814 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info()
911 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()
H A Dcdf.h165 uint32_t sh_properties; member
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch970 for (i = 0; i < sh.sh_properties; i++) {
1001 + for (j = 0; j < nelements && i < sh.sh_properties;

Completed in 26 milliseconds