Searched defs:Zio (Results 1 – 2 of 2) 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) */
56 struct Zio { struct57 size_t n; /* bytes still unread */58 const char *p; /* current position in buffer */59 lua_Reader reader;60 void* data; /* additional data */61 lua_State *L; /* Lua state (for reader) */