Home
last modified time | relevance | path

Searched refs:funcname (Results 1 – 12 of 12) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dloadlib.c392 const char *funcname; in mkfuncname() local
395 funcname = luaL_gsub(L, modname, ".", LUA_OFSEP); in mkfuncname()
396 funcname = lua_pushfstring(L, POF"%s", funcname); in mkfuncname()
398 return funcname; in mkfuncname()
403 const char *funcname; in loader_C() local
407 funcname = mkfuncname(L, name); in loader_C()
408 if (ll_loadfunc(L, filename, funcname) != 0) in loader_C()
415 const char *funcname; in loader_Croot() local
424 funcname = mkfuncname(L, name); in loader_Croot()
425 if ((stat = ll_loadfunc(L, filename, funcname)) != 0) { in loader_Croot()
Dlparser.c1198 static int funcname (LexState *ls, expdesc *v) { in funcname() function
1217 needself = funcname(ls, &v); in funcstat()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_error.c151 const char *funcname; in duk__error_getter_helper() local
201 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
205 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
210 (const char *) funcname, in duk__error_getter_helper()
218 (const char *) funcname, in duk__error_getter_helper()
227 (const char *) funcname, in duk__error_getter_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_error.c151 const char *funcname; in duk__error_getter_helper() local
201 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
205 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
210 (const char *) funcname, in duk__error_getter_helper()
218 (const char *) funcname, in duk__error_getter_helper()
227 (const char *) funcname, in duk__error_getter_helper()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dloadlib.c420 const char *funcname; in loadfunc() local
426 funcname = lua_pushlstring(L, modname, mark - modname); in loadfunc()
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname); in loadfunc()
428 stat = ll_loadfunc(L, filename, funcname); in loadfunc()
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
433 return ll_loadfunc(L, filename, funcname); in loadfunc()
Dlparser.c1454 static int funcname (LexState *ls, expdesc *v) { in funcname() function
1473 ismethod = funcname(ls, &v); in funcstat()
/civetweb-2.7.6/src/third_party/
Dlfs.c201 static FILE *check_file (lua_State *L, int idx, const char *funcname) { in check_file() argument
204 luaL_error (L, "%s: not a file", funcname); in check_file()
207 luaL_error (L, "%s: closed file", funcname); in check_file()
217 …lock (lua_State *L, FILE *fh, const char *mode, const long start, long len, const char *funcname) { in _file_lock() argument
236 default : return luaL_error (L, "%s: invalid mode", funcname); in _file_lock()
254 default : return luaL_error (L, "%s: invalid mode", funcname); in _file_lock()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlparser.c1462 static int funcname (LexState *ls, expdesc *v) { in funcname() function
1481 ismethod = funcname(ls, &v); in funcstat()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c26967 const char *funcname; in duk__error_getter_helper() local
27017 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
27021 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
27026 (const char *) funcname, in duk__error_getter_helper()
27034 (const char *) funcname, in duk__error_getter_helper()
27043 (const char *) funcname, in duk__error_getter_helper()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c27240 const char *funcname; in duk__error_getter_helper() local
27290 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
27294 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
27299 (const char *) funcname, in duk__error_getter_helper()
27307 (const char *) funcname, in duk__error_getter_helper()
27316 (const char *) funcname, in duk__error_getter_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c27032 const char *funcname; in duk__error_getter_helper() local
27082 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
27086 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
27091 (const char *) funcname, in duk__error_getter_helper()
27099 (const char *) funcname, in duk__error_getter_helper()
27108 (const char *) funcname, in duk__error_getter_helper()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c27175 const char *funcname; in duk__error_getter_helper() local
27225 funcname = (h_name == NULL || h_name == DUK_HTHREAD_STRING_EMPTY_STRING(thr)) ? in duk__error_getter_helper()
27229 DUK_ASSERT(funcname != NULL); in duk__error_getter_helper()
27234 (const char *) funcname, in duk__error_getter_helper()
27242 (const char *) funcname, in duk__error_getter_helper()
27251 (const char *) funcname, in duk__error_getter_helper()