Lines Matching refs:lua_pushnumber
145 lua_pushnumber(lua,(lua_Number)value); in redisProtocolToLuaType_Int()
196 lua_pushnumber(lua,j+1); in redisProtocolToLuaType_MultiBulk()
323 lua_pushnumber(lua,j++); in luaReplyToRedisReply()
934 lua_pushnumber(lua,LL_DEBUG); in scriptingInit()
938 lua_pushnumber(lua,LL_VERBOSE); in scriptingInit()
942 lua_pushnumber(lua,LL_NOTICE); in scriptingInit()
946 lua_pushnumber(lua,LL_WARNING); in scriptingInit()
973 lua_pushnumber(lua,PROPAGATE_NONE); in scriptingInit()
977 lua_pushnumber(lua,PROPAGATE_AOF); in scriptingInit()
981 lua_pushnumber(lua,PROPAGATE_REPL); in scriptingInit()
985 lua_pushnumber(lua,PROPAGATE_AOF|PROPAGATE_REPL); in scriptingInit()
1106 lua_pushnumber(L, r); /* Number between 0 and 1 */ in redis_math_random()
1112 lua_pushnumber(L, floor(r*u)+1); /* int between 1 and `u' */ in redis_math_random()
1119 lua_pushnumber(L, floor(r*(u-l+1))+l); /* int between `l' and `u' */ in redis_math_random()