Home
last modified time | relevance | path

Searched refs:Mbuffer (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlzio.h23 typedef struct Mbuffer { struct
27 } Mbuffer; argument
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
Dlundump.h14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
Dllex.h60 Mbuffer *buff; /* buffer for tokens */
Dlparser.h115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
Dlzio.c68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
Dlundump.c26 Mbuffer* b;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
Dlstate.h138 Mbuffer buff; /* temporary buffer for string concatenation */
Dllex.c53 Mbuffer *b = ls->buff; in save()
Dldo.c624 Mbuffer buff; /* dynamic structure used by the scanner */
Dlparser.c1618 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()