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()
1207 lua_pop(lua,1); in luaCreateFunction()
1219 lua_pop(lua,1); in luaCreateFunction()
1323 lua_pop(lua,1); /* remove the nil from the stack */ in evalGenericCommand()
1328 lua_pop(lua,1); /* remove the error handler from the stack. */ in evalGenericCommand()
1333 lua_pop(lua,1); /* remove the error handler from the stack. */ in evalGenericCommand()
1406 lua_pop(lua,2); /* Consume the Lua reply and remove error handler. */ in evalGenericCommand()
1411 lua_pop(lua,1); /* Remove the error handler. */ in evalGenericCommand()
1969 lua_pop(lua,1); /* Stack: table, key. Ready for next iteration. */ in ldbCatStackValueRec()
2115 lua_pop(lua,1); in ldbPrint()
2118 lua_pop(lua,1); /* Discard the var name on the stack. */ in ldbPrint()
2127 lua_pop(lua,1); in ldbPrint()
2150 lua_pop(lua,1); in ldbPrintAll()
2211 lua_pop(lua,1); in ldbEval()
2215 lua_pop(lua,1); in ldbEval()
2226 lua_pop(lua,1); in ldbEval()
2230 lua_pop(lua,1); in ldbEval()
2250 lua_pop(lua,2); /* Discard the result and clean the stack. */ in ldbRedis()