Home
last modified time | relevance | path

Searched refs:luaL_prepbuffsize (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlauxlib.h183 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
191 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
199 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
Dlstrlib.c1163 char *buff = luaL_prepbuffsize(b, MAX_ITEM); in addliteral()
1240 char *buff = luaL_prepbuffsize(&b, maxitem); /* to put formatted item */ in str_format()
1264 buff = luaL_prepbuffsize(&b, maxitem); in str_format()
1519 char *buff = luaL_prepbuffsize(b, size); in packint()
1588 char *buff = luaL_prepbuffsize(&b, size); in str_pack()
Dloslib.c333 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date()
Dliolib.c552 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()
Dlauxlib.c565 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function