Home
last modified time | relevance | path

Searched defs:Zio (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.h54 struct Zio { struct
55 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) */
/freebsd/contrib/lua/src/
H A Dlzio.h55 struct Zio { struct
56 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) */