Searched refs:luaZ_openspace (Results 1 – 4 of 4) sorted by relevance
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace() function
80 char* s=luaZ_openspace(S->L,S->b,size); in LoadString()
319 buffer = luaZ_openspace(L, &G(L)->buff, tl); in luaV_concat()