Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp192 StrCSumPtrLen contentLengthKey("Content-Length"); in santityCheckForCompose() local
194 …if (!iKeyValueStore->getValueByKey(contentLengthKey, contentLengthValue)) // no "Content-Length" k… in santityCheckForCompose()
Dhttp_parser.cpp1216 StrCSumPtrLen contentLengthKey = "Content-Length"; in checkResponseParsedComplete() local
1219 if (!getField(contentLengthKey, contentLengthValue)) return false; // no "Content-Length" in checkResponseParsedComplete()