Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c465 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor) { in parseScanCursorOrReply() function
671 if (parseScanCursorOrReply(c,c->argv[1],&cursor) == C_ERR) return; in scanCommand()
H A Dt_hash.c798 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in hscanCommand()
H A Dt_set.c1118 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in sscanCommand()
H A Dserver.h1429 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor);
H A Dt_zset.c2927 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in zscanCommand()