Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c298 void RM_FreeCallReply(RedisModuleCallReply *reply);
845 case REDISMODULE_AM_REPLY: RM_FreeCallReply(ptr); break; in autoMemoryCollect()
2589 void RM_FreeCallReply(RedisModuleCallReply *reply) { in RM_FreeCallReply() function