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