Searched defs:fetch_type (Results 1 – 1 of 1) sorted by relevance
114 struct fetch_type { struct115 const char *name; /* Name of type */116 size_t size; /* Byte size of type */117 int is_signed; /* Signed flag */118 print_type_func_t print; /* Print functions */119 const char *fmt; /* Fromat string */120 const char *fmttype; /* Name in format file */122 fetch_func_t fetch[FETCH_MTD_END];