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