Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp2250 LocalFunctionArgumentsCounter; typedef
2377 if (argumentsCount < LocalFunctionArgumentsCounter::min) { in callback()
2381 lua_pushnumber(state, LocalFunctionArgumentsCounter::min); in callback()
2386 } else if (argumentsCount > LocalFunctionArgumentsCounter::max) { in callback()
2390 lua_pushnumber(state, LocalFunctionArgumentsCounter::max); in callback()
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp2250 LocalFunctionArgumentsCounter; typedef
2377 if (argumentsCount < LocalFunctionArgumentsCounter::min) { in callback()
2381 lua_pushnumber(state, LocalFunctionArgumentsCounter::min); in callback()
2386 } else if (argumentsCount > LocalFunctionArgumentsCounter::max) { in callback()
2390 lua_pushnumber(state, LocalFunctionArgumentsCounter::max); in callback()