Home
last modified time | relevance | path

Searched refs:getValueByKey (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp194 …if (!iKeyValueStore->getValueByKey(contentLengthKey, contentLengthValue)) // no "Content-Length" k… in santityCheckForCompose()
289 while (iKeyValueStore->getValueByKey(keyList[j], valueList[i], index)) in composeHeaders()
Dhttp_parser.cpp203 if (aKeyValueStore.getValueByKey(contenLengthKey, contentLengthValue)) in parseContentInfo()
212 if (aKeyValueStore.getValueByKey(contentTypeKey, contentTypeValue)) in parseContentInfo()
221 if (aKeyValueStore.getValueByKey(contentRangeKey, contentRangeValue)) in parseContentInfo()
230 if (aKeyValueStore.getValueByKey(transferEncodingKey, transferEncodingValue)) in parseContentInfo()
1173 if (iKeyValueStore->getValueByKey(contenLengthKey, contentLengthValue)) in checkGood2xxCode()
1204 if (iKeyValueStore->getValueByKey(transferEncodingKey, transferEncodingValue)) in checkChunkedTransferEncodingSupported()
Dstring_keyvalue_store.cpp158 bool StringKeyValueStore::getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, uint32 index) in getValueByKey() function in StringKeyValueStore
297 if (!aStore.getValueByKey(keyList[i], fieldValue, j)) in copy()
Dstring_keyvalue_store.h212 bool getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, const uint32 index = 0);
Dhttp_parser_internal.h305 …return (iKeyValueStore == NULL ? false : iKeyValueStore->getValueByKey(aNewFieldKey, aNewFieldValu…