Searched refs:luaL_optlong (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/deps/lua/src/ | ||
| H A D | lauxlib.h | 107 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro |
| H A D | liolib.c | 447 long offset = luaL_optlong(L, 3, 0); in f_seek() |