Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_string.c428 rewriteClientCommandArgument(c,0,aux); in incrbyfloatCommand()
430 rewriteClientCommandArgument(c,2,new); in incrbyfloatCommand()
H A Dt_hash.c638 rewriteClientCommandArgument(c,0,aux); in hincrbyfloatCommand()
640 rewriteClientCommandArgument(c,3,newobj); in hincrbyfloatCommand()
H A Dt_stream.c1159 rewriteClientCommandArgument(c,maxlen_arg_idx,maxlen_obj); in streamRewriteApproxMaxlen()
1160 rewriteClientCommandArgument(c,maxlen_arg_idx-1,equal_obj); in streamRewriteApproxMaxlen()
1251 rewriteClientCommandArgument(c,i,idarg); in xaddCommand()
H A Dscripting.c1457 rewriteClientCommandArgument(c,0, in evalGenericCommand()
1459 rewriteClientCommandArgument(c,1,script); in evalGenericCommand()
H A Dnetworking.c2004 void rewriteClientCommandArgument(client *c, int i, robj *newval) { in rewriteClientCommandArgument() function
H A Dserver.h1469 void rewriteClientCommandArgument(client *c, int i, robj *newval);