Searched refs:luaL_typerror (Results 1 – 3 of 3) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lauxlib.c | 61 LUALIB_API int luaL_typerror (lua_State *L, int narg, const char *tname) { in luaL_typerror() function 69 luaL_typerror(L, narg, lua_typename(L, tag)); in tag_error() 135 luaL_typerror(L, ud, tname); /* else error */ in luaL_checkudata()
|
D | lauxlib.h | 48 LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname); variable
|
/civetweb-2.7.6/src/third_party/ |
D | lsqlite3.c | 41 #define luaL_typerror(L,ndx,str) luaL_error(L,"bad argument %d (%s expected, got nil)",ndx,str) macro 716 if (db == NULL) luaL_typerror(L, index, "sqlite database"); in lsqlite_getdb() 748 if (ctx == NULL) luaL_typerror(L, index, "sqlite context"); in lsqlite_getcontext() 1622 if (sbu == NULL) luaL_typerror(L, index, "sqlite database backup"); in lsqlite_getbu()
|