Home
last modified time | relevance | path

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

/redis-3.2.3/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
/redis-3.2.3/deps/lua/
H A DHISTORY51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.