Searched defs:fetch_type (Results 1 – 4 of 4) sorted by relevance
138 struct fetch_type { struct139 const char *name; /* Name of type */140 size_t size; /* Byte size of type */141 bool is_signed; /* Signed flag */142 bool is_string; /* String flag */143 print_type_func_t print; /* Print functions */144 const char *fmt; /* Format string */145 const char *fmttype; /* Name in format file */
132 struct fetch_type { struct133 const char *name; /* Name of type */134 size_t size; /* Byte size of type */135 int is_signed; /* Signed flag */136 print_type_func_t print; /* Print functions */137 const char *fmt; /* Fromat string */138 const char *fmttype; /* Name in format file */
87 enum mdp_fetch_type fetch_type; member
82 enum mdp_fetch_type fetch_type; member