Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h107 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro
H A Dliolib.c447 long offset = luaL_optlong(L, 3, 0); in f_seek()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h108 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro