Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcdf.c94 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) macro
893 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
1007 inp[i].pi_id = CDF_GETUINT32(p, i << 1); in cdf_read_property_info()
1013 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
1021 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
1074 l = CDF_GETUINT32(q, slen); in cdf_read_property_info()
/php-src/ext/fileinfo/
H A Dlibmagic.patch987 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)

Completed in 13 milliseconds