/external/skia/third_party/lua/src/ |
D | lzio.h | 18 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);
|
D | lzio.c | 21 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()
|
D | llex.h | 59 ZIO *z; /* input stream */ 69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
D | lundump.h | 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
D | ldo.h | 29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
D | lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
D | lundump.c | 25 ZIO* Z; 206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
D | ldo.c | 615 ZIO *z; 654 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
|
D | llex.c | 156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
D | lapi.c | 975 ZIO z; in lua_load()
|
D | lparser.c | 1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
/external/syslinux/com32/lua/src/ |
D | lzio.h | 18 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);
|
D | lzio.c | 21 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()
|
D | llex.h | 59 ZIO *z; /* input stream */ 69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
D | lundump.h | 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
D | ldo.h | 29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
D | lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
D | lundump.c | 25 ZIO* Z; 206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
D | ldo.c | 623 ZIO *z; 662 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
|
D | llex.c | 163 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
D | lapi.c | 975 ZIO z; in lua_load()
|
D | lparser.c | 1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|