Searched refs:PARSE_SUCCESS_END_OF_INPUT (Results 1 – 5 of 5) sorted by relevance
79 PARSE_SUCCESS_END_OF_INPUT = 1, // success with end of the current input enumerator
332 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()
707 PARSE_SUCCESS_END_OF_INPUT = 4, // success with end of the input enumerator
44 …if (parsingStatus == HttpParsingBasicObject::PARSE_SUCCESS_END_OF_INPUT && iParser->isHttpHeaderPa… in checkParsingStatus()
1329 …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()