Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h283 bool isWholeResponseParsed() const in isWholeResponseParsed() function
Dhttp_parser.cpp175 if (iHeader->isWholeResponseParsed()) return PARSE_SUCCESS_END_OF_MESSAGE; in parseEntityBody()