Home
last modified time | relevance | path

Searched refs:loadReturnValue (Results 1 – 2 of 2) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp1358 const auto loadReturnValue = lua_load(state, &Reader::read, &reader, "chunk" in load() local
1365 if (loadReturnValue != 0) { in load()
1369 if (loadReturnValue == LUA_ERRMEM) in load()
1371 else if (loadReturnValue == LUA_ERRSYNTAX) in load()
1382 auto loadReturnValue = luaL_loadstring(state, code); in load() local
1385 if (loadReturnValue != 0) { in load()
1389 if (loadReturnValue == LUA_ERRMEM) in load()
1391 else if (loadReturnValue == LUA_ERRSYNTAX) in load()
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp1358 const auto loadReturnValue = lua_load(state, &Reader::read, &reader, "chunk" in load() local
1365 if (loadReturnValue != 0) { in load()
1369 if (loadReturnValue == LUA_ERRMEM) in load()
1371 else if (loadReturnValue == LUA_ERRSYNTAX) in load()
1382 auto loadReturnValue = luaL_loadstring(state, code); in load() local
1385 if (loadReturnValue != 0) { in load()
1389 if (loadReturnValue == LUA_ERRMEM) in load()
1391 else if (loadReturnValue == LUA_ERRSYNTAX) in load()