Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h141 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
147 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
/freebsd/contrib/lua/src/
H A Dlauxlib.h208 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
216 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
224 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlstrlib.c1186 char *buff = luaL_prepbuffsize(b, MAX_ITEM);
1296 char *buff = luaL_prepbuffsize(&b, maxitem); /* to put result */
1331 buff = luaL_prepbuffsize(&b, maxitem);
1582 char *buff = luaL_prepbuffsize(b, size);
1650 char *buff = luaL_prepbuffsize(&b, sizeof(f));
1659 char *buff = luaL_prepbuffsize(&b, sizeof(f));
1668 char *buff = luaL_prepbuffsize(&b, sizeof(f));
H A Dloslib.c331 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date()
H A Dliolib.c558 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()
H A Dlauxlib.c575 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c397 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
420 char *b = luaL_prepbuffsize(B, l); in luaL_addlstring()
466 return luaL_prepbuffsize(B, sz); in luaL_buffinitsize()
H A Dlstrlib.c918 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()