Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h142 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
148 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
156 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlauxlib.c398 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
421 char *b = luaL_prepbuffsize(B, l); in luaL_addlstring()
467 return luaL_prepbuffsize(B, sz); in luaL_buffinitsize()
H A Dlstrlib.c936 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()
/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.h158 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
164 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
172 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlauxlib.c505 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
530 char *b = luaL_prepbuffsize(B, l); in luaL_addlstring()
579 return luaL_prepbuffsize(B, sz); in luaL_buffinitsize()
H A Dlstrlib.c953 char *buff = luaL_prepbuffsize(b, MAX_ITEM);
1036 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */
1310 char *buff = luaL_prepbuffsize(b, size);
1379 char *buff = luaL_prepbuffsize(&b, size);
H A Dloslib.c312 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date()
H A Dliolib.c521 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()