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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloadlib.c101 /* error codes for ll_loadfunc */
286 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { function
310 int stat = ll_loadfunc(L, path, init);
428 stat = ll_loadfunc(L, filename, funcname);
433 return ll_loadfunc(L, filename, funcname);

Completed in 40 milliseconds