Searched refs:lua_isnumber (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-lua/
H A Ddlua-script-private.h26 #define lua_isnumber(L, n) (lua_isnumber(L, n) == 1) macro
H A Ddlua-script.c106 } else if (lua_isnumber(script->L, -1)) {
/dovecot/src/auth/
H A Ddb-lua.c386 } else if (!lua_isnumber(script->L, -2)) {
444 if (lua_isnumber(script->L, -1)) {
562 } else if (!lua_isnumber(script->L, -2)) {

Completed in 1029 milliseconds