Home
last modified time | relevance | path

Searched refs:iovar (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h560 #define moduleInitIOContext(iovar,mtype,rioptr,keyptr) do { \ argument
561 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; \