Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c581 status = lua_load(L, getF, &lf, lua_tostring(L, -1)); in luaL_loadfile()
614 return lua_load(L, getS, &ls, name); in luaL_loadbuffer()
H A Dlua.h204 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
H A Dlbaselib.c320 status = lua_load(L, generic_reader, NULL, cname); in luaB_load()
H A Dlapi.c862 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c543 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
H A Dlapi.c970 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function