Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c91 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) macro
857 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
869 inp[i].pi_id = CDF_GETUINT32(p, i << 1); in cdf_read_property_info()
870 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
874 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
956 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info()

Completed in 10 milliseconds