Searched refs:TYPEDEF_D2I_OF (Results 1 – 1 of 1) sorted by relevance
290 #define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) macro292 #define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)