Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlzio.h18 typedef struct Zio ZIO; typedef
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);
A Dlzio.c23 int luaZ_fill (ZIO *z) { in luaZ_fill()
38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
48 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
A Dllex.h72 ZIO *z; /* input stream */
82 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
A Dlparser.h167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
A Dldo.h56 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
A Dlundump.c35 ZIO *Z;
311 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump()
A Dldo.c910 ZIO *z;
944 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
A Dllex.c167 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
A Dlapi.c1082 ZIO z; in lua_load()
A Dlparser.c1931 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()

Completed in 18 milliseconds