Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h89 const char *fname, int szhint);
H A Dlauxlib.c358 const char *fname, int szhint) { in luaL_findtable() argument
368 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c624 const char *fname, int szhint) { in luaL_findtable() argument
634 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()