Searched refs:luaL_prepbuffsize (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lauxlib.h | 153 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \ 159 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable 167 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lauxlib.c | 437 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function 460 char *b = luaL_prepbuffsize(B, l); in luaL_addlstring() 506 return luaL_prepbuffsize(B, sz); in luaL_buffinitsize()
|
D | liolib.c | 400 char *p = luaL_prepbuffsize(&b, rlen); in read_all() 416 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()
|
D | lstrlib.c | 907 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()
|