Searched refs:Mbuffer (Results 1 – 19 of 19) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| 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 | lparser.h | 116 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
| H A D | lzio.c | 67 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| H A D | llex.h | 64 Mbuffer *buff; /* buffer for tokens */
|
| H A D | lstate.h | 139 Mbuffer buff; /* temporary buffer for string concatenation */
|
| H A D | llex.c | 50 Mbuffer *b = ls->buff; in save()
|
| H A D | ldo.c | 699 Mbuffer buff; /* dynamic structure used by the scanner */
|
| H A D | lparser.c | 1623 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
| /f-stack/app/redis-5.0.5/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()
|
| /f-stack/app/redis-5.0.5/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()
|