HomeSort by relevance Sort by last modified time
    Searched refs:ll_loadfunc (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 101 /* 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);
  /external/skia/third_party/lua/src/
loadlib.c 101 /* 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);
  /external/syslinux/com32/lua/src/
loadlib.c 105 /* error codes for ll_loadfunc */
335 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { function
359 int stat = ll_loadfunc(L, path, init);
477 stat = ll_loadfunc(L, filename, funcname);
482 return ll_loadfunc(L, filename, funcname);

Completed in 43 milliseconds