Home
last modified time | relevance | path

Searched refs:ZIO (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlzio.h18 typedef struct Zio ZIO; typedef
46 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
48 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
63 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c21 int luaZ_fill (ZIO *z) { in luaZ_fill()
36 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
46 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
H A Dllex.h59 ZIO *z; /* input stream */
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
H A Dldo.h29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlparser.h115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dlundump.c25 ZIO* Z;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
H A Dldo.c627 ZIO *z;
666 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
H A Dllex.c157 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
H A Dlapi.c974 ZIO z; in lua_load()
H A Dlparser.c1617 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()