Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/include/
Dhttp_parser.h79 PARSE_SUCCESS_END_OF_INPUT = 1, // success with end of the current input enumerator
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp332 parsingStatus == HTTPParser::PARSE_SUCCESS_END_OF_INPUT || in checkParsingDone()
349 …if (parsingStatus == HTTPParser::PARSE_SUCCESS_END_OF_INPUT) return PARSE_SUC… in checkParsingDone()
743 … parsingStatus == HttpParsingBasicObject::PARSE_SUCCESS_END_OF_INPUT) return PROCESS_SUCCESS; in checkParsingStatus()
Dpvmf_protocol_engine_internal.h707 PARSE_SUCCESS_END_OF_INPUT = 4, // success with end of the input enumerator
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_progressive_download.cpp44 …if (parsingStatus == HttpParsingBasicObject::PARSE_SUCCESS_END_OF_INPUT && iParser->isHttpHeaderPa… in checkParsingStatus()
/external/opencore/protocols/http_parcom/src/
Dhttp_parser.cpp1329 …tentInfo->iContentLength > iCurrTotalLengthObtained) return HTTPParser::PARSE_SUCCESS_END_OF_INPUT; in parse()
1406 if (aParserInput.empty()) return HTTPParser::PARSE_SUCCESS_END_OF_INPUT; in parse()