Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c2561 void RM_FreeCallReply_Rec(RedisModuleCallReply *reply, int freenested){ in RM_FreeCallReply_Rec() function
2571 RM_FreeCallReply_Rec(reply->val.array+j,1); in RM_FreeCallReply_Rec()
2592 RM_FreeCallReply_Rec(reply,0); in RM_FreeCallReply()