Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c294 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { in ll_loadfunc() function
312 int stat = ll_loadfunc(L, path, init); in ll_loadlib()
408 if (ll_loadfunc(L, filename, funcname) != 0) in loader_C()
425 if ((stat = ll_loadfunc(L, filename, funcname)) != 0) { in loader_Croot()