Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_download_common.cpp75 if (parsingStatus == HttpParsingBasicObject::PARSE_CONTENT_RANGE_INFO_NOT_MATCH) in checkParsingStatus()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp535 if (iContentInfo.iContentRangeRight == 0) return PARSE_CONTENT_RANGE_INFO_NOT_MATCH; in isNewContentRangeInfoMatchingCurrentOne()
540 …(iTotalDLHttpBodySize != iContentInfo.iContentRangeLeft) return PARSE_CONTENT_RANGE_INFO_NOT_MATCH; in isNewContentRangeInfoMatchingCurrentOne()
Dpvmf_protocol_engine_internal.h722PARSE_CONTENT_RANGE_INFO_NOT_MATCH = -5, // range info in the request doesn't match content-ran… enumerator