Searched defs:fetch_type (Results 1 – 2 of 2) sorted by relevance
133 struct fetch_type { struct134 const char *name; /* Name of type */135 size_t size; /* Byte size of type */136 int is_signed; /* Signed flag */137 print_type_func_t print; /* Print functions */138 const char *fmt; /* Format string */139 const char *fmttype; /* Name in format file */
87 enum mdp_fetch_type fetch_type; member