Home
last modified time | relevance | path

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

/redis-3.2.3/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()