Home
last modified time | relevance | path

Searched refs:luaL_pushresultsize (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c84 luaL_pushresultsize(&b, l); in str_reverse()
97 luaL_pushresultsize(&b, l); in str_lower()
110 luaL_pushresultsize(&b, l); in str_upper()
137 luaL_pushresultsize(&b, totallen); in str_rep()
172 luaL_pushresultsize(&b, n); in str_char()
H A Dlauxlib.c439 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h152 LUALIB_API void (luaL_pushresultsize) (luaL_Buffer *B, size_t sz); variable