Searched defs:Zio (Results 1 – 2 of 2) 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) */
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) */