Home
last modified time | relevance | path

Searched refs:PARSE_MEMORY_ALLOCATION_FAILURE (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dhttp_parser.cpp188 if (!iEntityBody) return PARSE_MEMORY_ALLOCATION_FAILURE; in parseEntityBody()
822 …alueStore(aFieldKeyLength + aFieldValueLength)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in addKeyValuePairToStore()
1031 …ContentInfo->parseContentInfo(*iKeyValueStore)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parse()
1033 …constructEntityUnit(aParserInput, aEntityUnit)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parse()
1285 if (actualSize < 0) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parseEnityBodyChunkData()
1289 …constructEntityUnit(aParserInput, aEntityUnit)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parseEnityBodyChunkData()
1319 if (actualSize < 0) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parse()
1322 …constructEntityUnit(aParserInput, aEntityUnit)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parse()
1436 …ContentInfo->parseContentInfo(*iKeyValueStore)) return HTTPParser::PARSE_MEMORY_ALLOCATION_FAILURE; in parseChunkHeader()
/external/opencore/protocols/http_parcom/include/
Dhttp_parser.h95 PARSE_MEMORY_ALLOCATION_FAILURE = -5, // memory allocation for entity units enumerator