Home
last modified time | relevance | path

Searched refs:luaL_argerror (Results 1 – 8 of 8) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dldblib.c117 return luaL_argerror(L, arg+1, "function or level expected"); in db_getinfo()
119 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo()
150 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal()
170 return luaL_argerror(L, arg+1, "level out of range"); in db_setlocal()
H A Dlua_struct.c163 luaL_argerror(L, 1, msg); in controloptions()
370 luaL_argerror(L, 1, "option 's' has no fixed size"); in b_size()
372 luaL_argerror(L, 1, "option 'c0' has no fixed size"); in b_size()
H A Dlauxlib.h49 LUALIB_API int (luaL_argerror) (lua_State *L, int numarg, const char *extramsg); variable
101 ((void)((cond) || luaL_argerror(L, (numarg), (extramsg))))
H A Dlauxlib.c43 LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) { in luaL_argerror() function
64 return luaL_argerror(L, narg, msg); in luaL_typerror()
107 return luaL_argerror(L, narg, in luaL_checkoption()
154 luaL_argerror(L, narg, "value expected"); in luaL_checkany()
H A Dliolib.c50 luaL_argerror(L, arg, lua_tostring(L, -1)); in fileerror()
366 return luaL_argerror(L, n, "invalid format"); in g_read()
H A Dlbaselib.c124 luaL_argerror(L, 1, "invalid level"); in getfunc()
H A Dlua_cmsgpack.c516 return luaL_argerror(L, 0, "MessagePack pack needs input."); in mp_pack()
H A Dlstrlib.c773 luaL_argerror(L, arg, "no value"); in str_format()