Searched refs:iovar (Results 1 – 1 of 1) sorted by relevance
560 #define moduleInitIOContext(iovar,mtype,rioptr,keyptr) do { \ argument561 iovar.rio = rioptr; \562 iovar.type = mtype; \563 iovar.bytes = 0; \564 iovar.error = 0; \565 iovar.ver = 0; \566 iovar.key = keyptr; \567 iovar.ctx = NULL; \