Searched defs:fetch_type (Results 1 – 2 of 2) sorted by relevance
141 struct fetch_type { struct142 const char *name; /* Name of type */143 size_t size; /* Byte size of type */144 bool is_signed; /* Signed flag */145 bool is_string; /* String flag */146 print_type_func_t print; /* Print functions */147 const char *fmt; /* Format string */148 const char *fmttype; /* Name in format file */
56 enum mdp_fetch_type fetch_type; member