Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c189 #define REDISMODULE_REPLYFLAG_TOPARSE (1<<0) /* Protocol must be parsed. */ macro
2458 reply->flags = REDISMODULE_REPLYFLAG_TOPARSE; /* Lazy parsing. */ in moduleCreateCallReplyFromProto()
2481 if (!(reply->flags & REDISMODULE_REPLYFLAG_TOPARSE)) return; in moduleParseCallReply()
2482 reply->flags &= ~REDISMODULE_REPLYFLAG_TOPARSE; in moduleParseCallReply()
2549 REDISMODULE_REPLYFLAG_TOPARSE; in moduleParseCallReply_Array()
2567 if (!(reply->flags & REDISMODULE_REPLYFLAG_TOPARSE)) { in RM_FreeCallReply_Rec()