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