Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dt_string.c430 rewriteClientCommandArgument(c,0,aux); in incrbyfloatCommand()
432 rewriteClientCommandArgument(c,2,new); in incrbyfloatCommand()
H A Dt_hash.c602 rewriteClientCommandArgument(c,0,aux); in hincrbyfloatCommand()
604 rewriteClientCommandArgument(c,3,new); in hincrbyfloatCommand()
H A Dscripting.c1392 rewriteClientCommandArgument(c,0, in evalGenericCommand()
1394 rewriteClientCommandArgument(c,1,script); in evalGenericCommand()
H A Dserver.h1126 void rewriteClientCommandArgument(client *c, int i, robj *newval);
H A Dnetworking.c1691 void rewriteClientCommandArgument(client *c, int i, robj *newval) { in rewriteClientCommandArgument() function