Lines Matching refs:lua_pop
261 lua_pop(lua,1); /* Stack: array, table */ in luaSortArray()
270 lua_pop(lua,1); /* Stack: array (sorted) */ in luaSortArray()
303 lua_pop(lua,2); in luaReplyToRedisReply()
307 lua_pop(lua,1); in luaReplyToRedisReply()
316 lua_pop(lua,1); in luaReplyToRedisReply()
321 lua_pop(lua,1); /* Discard the 'ok' field value we popped */ in luaReplyToRedisReply()
327 lua_pop(lua,1); in luaReplyToRedisReply()
339 lua_pop(lua,1); in luaReplyToRedisReply()
1157 lua_pop(lua,1); in luaCreateFunction()
1165 lua_pop(lua,1); in luaCreateFunction()
1268 lua_pop(lua,1); /* remove the nil from the stack */ in evalGenericCommand()
1273 lua_pop(lua,1); /* remove the error handler from the stack. */ in evalGenericCommand()
1278 lua_pop(lua,1); /* remove the error handler from the stack. */ in evalGenericCommand()
1352 lua_pop(lua,2); /* Consume the Lua reply and remove error handler. */ in evalGenericCommand()
1357 lua_pop(lua,1); /* Remove the error handler. */ in evalGenericCommand()
1902 lua_pop(lua,1); /* Stack: table, key. Ready for next iteration. */ in ldbCatStackValueRec()
2048 lua_pop(lua,1); in ldbPrint()
2051 lua_pop(lua,1); /* Discard the var name on the stack. */ in ldbPrint()
2060 lua_pop(lua,1); in ldbPrint()
2083 lua_pop(lua,1); in ldbPrintAll()
2144 lua_pop(lua,1); in ldbEval()
2148 lua_pop(lua,1); in ldbEval()
2159 lua_pop(lua,1); in ldbEval()
2163 lua_pop(lua,1); in ldbEval()
2183 lua_pop(lua,2); /* Discard the result and clean the stack. */ in ldbRedis()