Home
last modified time | relevance | path

Searched refs:parseScanCursorOrReply (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddb.c598 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor) { in parseScanCursorOrReply() function
804 if (parseScanCursorOrReply(c,c->argv[1],&cursor) == C_ERR) return; in scanCommand()
H A Dt_hash.c825 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in hscanCommand()
H A Dt_set.c1111 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in sscanCommand()
H A Dserver.h1855 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor);
H A Dt_zset.c3120 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in zscanCommand()