Lines Matching defs:callout
159 #define CX_CALLOUT_INIT(op,type1,type2,callout,description) \
160 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,callout},
213 struct Cxop_s /* callout/recode op */
479 typedef struct Cxcallout_s /* op code callout */
482 Cxcallout_f callout; /* callout function */
485 typedef struct Cxrecode_s /* recode callout */
488 Cxrecode_f recode; /* callout function */
497 Cxcallout_f callout; /* callout function */
533 Cxcallout_t* callouts; /* callout table */