Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dloadlib.c286 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { in ll_loadfunc() function
310 int stat = ll_loadfunc(L, path, init); in ll_loadlib()
428 stat = ll_loadfunc(L, filename, funcname); in loadfunc()
433 return ll_loadfunc(L, filename, funcname); in loadfunc()
/external/syslinux/com32/lua/src/
Dloadlib.c335 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { in ll_loadfunc() function
359 int stat = ll_loadfunc(L, path, init); in ll_loadlib()
477 stat = ll_loadfunc(L, filename, funcname); in loadfunc()
482 return ll_loadfunc(L, filename, funcname); in loadfunc()