Searched refs:CDF_GETUINT32 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 86 #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.4/ext/fileinfo/ |
H A D | libmagic.patch | 971 - 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 13 milliseconds