Searched refs:REDISMODULE_REPLYFLAG_TOPARSE (Results 1 – 1 of 1) sorted by relevance
189 #define REDISMODULE_REPLYFLAG_TOPARSE (1<<0) /* Protocol must be parsed. */ macro2458 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()