Searched refs:parseScanCursorOrReply (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | db.c | 465 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 D | t_hash.c | 798 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in hscanCommand()
|
| H A D | t_set.c | 1118 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in sscanCommand()
|
| H A D | server.h | 1429 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor);
|
| H A D | t_zset.c | 2927 if (parseScanCursorOrReply(c,c->argv[2],&cursor) == C_ERR) return; in zscanCommand()
|