Searched defs:Zio (Results 1 – 1 of 1) sorted by relevance
57 struct Zio { struct58 size_t n; /* bytes still unread */59 const char *p; /* current position in buffer */60 lua_Reader reader; /* reader function */61 void *data; /* additional data */62 lua_State *L; /* Lua state (for reader) */