Searched refs:luaL_argerror (Results 1 – 8 of 8) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldblib.c | 117 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 D | lua_struct.c | 163 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 D | lauxlib.h | 49 LUALIB_API int (luaL_argerror) (lua_State *L, int numarg, const char *extramsg); variable 101 ((void)((cond) || luaL_argerror(L, (numarg), (extramsg))))
|
| H A D | lauxlib.c | 43 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 D | liolib.c | 50 luaL_argerror(L, arg, lua_tostring(L, -1)); in fileerror() 366 return luaL_argerror(L, n, "invalid format"); in g_read()
|
| H A D | lbaselib.c | 124 luaL_argerror(L, 1, "invalid level"); in getfunc()
|
| H A D | lua_cmsgpack.c | 516 return luaL_argerror(L, 0, "MessagePack pack needs input."); in mp_pack()
|
| H A D | lstrlib.c | 773 luaL_argerror(L, arg, "no value"); in str_format()
|