Searched refs:lua_load (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.c | 581 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 D | lua.h | 204 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|
| H A D | lbaselib.c | 320 status = lua_load(L, generic_reader, NULL, cname); in luaB_load()
|
| H A D | lapi.c | 862 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 D | lua.h | 261 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 D | HISTORY | 51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 543 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
| H A D | lapi.c | 970 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|