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