HomeSort by relevance Sort by last modified time
    Searched refs:ZIO (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.h 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
lzio.h 18 typedef struct Zio 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 */
54 struct Zio {
63 LUAI_FUNC int luaZ_fill (ZIO *z);
lzio.c 21 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) {
llex.h 59 ZIO *z; /* input stream */
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
ldo.h 29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
lparser.h 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lundump.c 25 ZIO* Z;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
llex.c 156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
ldo.c 615 ZIO *z;
654 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
lapi.c 975 ZIO z;
lparser.c     [all...]

Completed in 3230 milliseconds