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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
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 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.c156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dldo.c615 ZIO *z;
654 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlapi.c975 ZIO z;
H A Dlparser.c1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,

Completed in 662 milliseconds