Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
HDcdf.c966 if (inp->pi_type & CDF_VECTOR) in cdf_copy_info()
1041 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
1043 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info()
1044 if (inp[i].pi_type & CDF_VECTOR) { in cdf_read_property_info()
1061 if (inp[i].pi_type & (CDF_ARRAY|CDF_BYREF|CDF_RESERVED)) in cdf_read_property_info()
1063 switch (inp[i].pi_type & CDF_TYPEMASK) { in cdf_read_property_info()
1126 if (inp[i].pi_type & CDF_VECTOR) in cdf_read_property_info()
1133 inp[i].pi_type)); in cdf_read_property_info()
1493 switch (info[i].pi_type) { in cdf_dump_property_info()
1545 info[i].pi_type)); in cdf_dump_property_info()
HDreadcdf.c165 switch (info[i].pi_type) { in cdf_file_property_info()
200 if (info[i].pi_type == CDF_LENGTH32_WSTRING) in cdf_file_property_info()
HDcdf.h166 uint32_t pi_type; member