HomeSort by relevance Sort by last modified time
    Searched refs:Mbuffer (Results 1 - 10 of 10) 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 23 typedef struct Mbuffer {
27 } Mbuffer;
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
llex.h 60 Mbuffer *buff; /* buffer for tokens */
lparser.h 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lzio.c 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
lstate.h 138 Mbuffer buff; /* temporary buffer for string concatenation */
lundump.c 26 Mbuffer* b;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
llex.c 53 Mbuffer *b = ls->buff;
ldo.c 616 Mbuffer buff; /* dynamic structure used by the scanner */
lparser.c     [all...]

Completed in 133 milliseconds