Searched refs:Mbuffer (Results 1 – 11 of 11) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lzio.h | 24 typedef struct Mbuffer { struct 28 } Mbuffer; argument 46 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
|
| H A D | lundump.h | 14 LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
| H A D | lparser.h | 78 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
| H A D | llex.h | 64 Mbuffer *buff; /* buffer for tokens */
|
| H A D | lzio.c | 74 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| H A D | lundump.c | 26 Mbuffer* b; 195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
| H A D | lstate.h | 81 Mbuffer buff; /* temporary buffer for string concatentation */
|
| H A D | llex.c | 52 Mbuffer *b = ls->buff; in save()
|
| H A D | ldo.c | 487 Mbuffer buff; /* buffer to be used by the scanner */
|
| H A D | lparser.c | 383 Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
|
| /redis-3.2.3/deps/lua/etc/ |
| H A D | noparser.c | 25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
|