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