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