Searched refs:lua_load (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lbaselib.c | 379 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
|
D | lauxlib.c | 778 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex() 811 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
D | lua.h | 289 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|
D | luac.c | 151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
|
D | lapi.c | 1054 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 869 unsigned struct_lua_load_sz = sizeof(struct lua_load);
|