Searched refs:protolen (Results 1 – 1 of 1) sorted by relevance
202 size_t protolen;/* Length of protocol. */ member1274 sds proto = sdsnewlen(reply->proto, reply->protolen); in RM_ReplyWithCallReply()2457 reply->protolen = sdslen(proto); in moduleCreateCallReplyFromProto()2498 reply->protolen = p-proto+2; in moduleParseCallReply_Int()2509 reply->protolen = p-proto+2; in moduleParseCallReply_BulkString()2514 reply->protolen = p-proto+2+bulklen+2; in moduleParseCallReply_BulkString()2525 reply->protolen = p-proto+2; in moduleParseCallReply_SimpleString()2539 reply->protolen = p-proto; in moduleParseCallReply_Array()2553 p += ele->protolen; in moduleParseCallReply_Array()2555 reply->protolen = p-proto; in moduleParseCallReply_Array()