Searched refs:ZIO (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlzio.h18 typedef struct Zio ZIO; typedef in typeref:struct:Zio
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 Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
H A Dlzio.c21 int luaZ_fill (ZIO *z) {
36 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
46 size_t luaZ_read (ZIO *z, void *b, size_t n) {
H A Dllex.h59 ZIO *z; /* input stream */
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
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)
H A Dllex.c157 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dldo.c633 ZIO *z;
672 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlapi.c974 ZIO z;
H A Dlparser.c1617 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
/freebsd-11-stable/contrib/lua/src/
H A Dlzio.h18 typedef struct Zio ZIO; typedef in typeref:struct:Zio
47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */
64 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
H A Dlzio.c23 int luaZ_fill (ZIO *z) {
38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
48 size_t luaZ_read (ZIO *z, void *b, size_t n) {
H A Dllex.h66 ZIO *z; /* input stream */
76 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dlparser.h129 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dldo.h39 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlundump.c34 ZIO *Z;
258 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) {
H A Dllex.c162 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dldo.c749 ZIO *z;
783 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlapi.c994 ZIO z;
H A Dlparser.c1626 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,

Completed in 269 milliseconds