Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h49 HTTP_CONTENT_NORMAL = 0, // no chunk header info enumerator
88 iContentType = HTTP_CONTENT_NORMAL; in clear()
Dhttp_parser.cpp181 if (iContentInfo->getContentType() == HTTP_CONTENT_NORMAL) in parseEntityBody()