Home
last modified time | relevance | path

Searched refs:lua_pushboolean (Results 1 – 10 of 10) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlbaselib.c164 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
208 lua_pushboolean(L, res); in luaB_collectgarbage()
378 lua_pushboolean(L, (status == 0)); in luaB_pcall()
390 lua_pushboolean(L, (status == 0)); in luaB_xpcall()
429 lua_pushboolean(L, 1); in luaB_newproxy()
549 lua_pushboolean(L, 0); in luaB_coresume()
554 lua_pushboolean(L, 1); in luaB_coresume()
H A Dloslib.c26 lua_pushboolean(L, 1); in os_pushresult()
96 lua_pushboolean(L, value); in setboolfield()
H A Dliolib.c33 lua_pushboolean(L, 1); in pushresult()
236 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
H A Dlua_cmsgpack.c662 lua_pushboolean(L,1); in mp_decode_to_lua_type()
666 lua_pushboolean(L,0); in mp_decode_to_lua_type()
H A Dlua.h169 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dldblib.c42 lua_pushboolean(L, lua_setmetatable(L, 1)); in db_setmetatable()
H A Dlua_cjson.c257 lua_pushboolean(l, *setting); in json_enum_option()
1235 lua_pushboolean(l, token->value.boolean); in json_process_value()
H A Dloadlib.c489 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlapi.c503 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/redis-3.2.3/src/
H A Dscripting.c155 lua_pushboolean(lua,0); in redisProtocolToLuaType_Bulk()
191 lua_pushboolean(lua,0); in redisProtocolToLuaType_MultiBulk()
700 lua_pushboolean(lua,0); in luaRedisReplicateCommandsCommand()
707 lua_pushboolean(lua,1); in luaRedisReplicateCommandsCommand()
720 lua_pushboolean(lua,1); in luaRedisBreakpointCommand()
722 lua_pushboolean(lua,0); in luaRedisBreakpointCommand()