Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c92 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) macro
868 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
983 inp[i].pi_id = CDF_GETUINT32(p, i << 1); in cdf_read_property_info()
989 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
997 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
1050 l = CDF_GETUINT32(q, slen); in cdf_read_property_info()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1086 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
1270 nelements = CDF_GETUINT32(q, 1);

Completed in 19 milliseconds