Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h65 uint32 iContentRangeRight; member
86 iContentRangeRight = 0; in clear()
96 aContentInfo.iContentRangeRight = iContentRangeRight; in get()
104 iContentRangeRight = x.iContentRangeRight;
117 return (iContentRangeRight == 0 ? 0 : iContentRangeRight - iContentRangeLeft + 1); in getContentRangeLength()
460 iContentInfo->iContentRangeRight = 0; in reset()
Dhttp_parser.cpp290 PV_atoi(start_ptr, 'd', start_len - len, iContentRangeRight); in parseContentRange()
1340 if (iContentInfo->iContentRangeRight == 0) in parse()
1355 iContentInfo->iContentRangeRight = chunkLength - 1; in parse()
/external/opencore/protocols/http_parcom/include/
Dhttp_parser_external.h29 uint32 iContentRangeRight; member
/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()
538 if (iTotalDLHttpBodySize > 0 && iContentInfo.iContentRangeRight > 0) in isNewContentRangeInfoMatchingCurrentOne()