Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c86 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) macro
819 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
827 inp[i].pi_id = CDF_GETUINT32(p, i << 1); in cdf_read_property_info()
828 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
832 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
914 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch971 - size_t ofs = CDF_GETUINT32(p, (i << 1) + 1);
976 + ofs = CDF_GETUINT32(p, tail);
988 nelements = CDF_GETUINT32(q, 1);
1004 uint32_t l = CDF_GETUINT32(q, o);

Completed in 15 milliseconds