Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
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);
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()
Dllex.h59 ZIO *z; /* input stream */
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
Dldo.h29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
Dlparser.h115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
Dlundump.c25 ZIO* Z;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
Dldo.c615 ZIO *z;
654 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
Dllex.c156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
Dlapi.c975 ZIO z; in lua_load()
Dlparser.c1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
/external/syslinux/com32/lua/src/
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);
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()
Dllex.h59 ZIO *z; /* input stream */
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
Dldo.h29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
Dlparser.h115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
Dlundump.c25 ZIO* Z;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
Dldo.c623 ZIO *z;
662 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
Dllex.c163 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
Dlapi.c975 ZIO z; in lua_load()
Dlparser.c1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()