Home
last modified time | relevance | path

Searched refs:libsize (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c235 static int libsize (const luaL_Reg *l) { in libsize() function
245 int size = libsize(l); in luaI_openlib()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c653 static int libsize (const luaL_Reg *l) { in libsize() function
687 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */ in luaL_openlib()