Searched refs:getValueByKey (Results 1 – 5 of 5) sorted by relevance
/external/opencore/protocols/http_parcom/src/ |
D | http_composer.cpp | 194 …if (!iKeyValueStore->getValueByKey(contentLengthKey, contentLengthValue)) // no "Content-Length" k… in santityCheckForCompose() 289 while (iKeyValueStore->getValueByKey(keyList[j], valueList[i], index)) in composeHeaders()
|
D | http_parser.cpp | 203 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()
|
D | string_keyvalue_store.cpp | 158 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()
|
D | string_keyvalue_store.h | 212 bool getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, const uint32 index = 0);
|
D | http_parser_internal.h | 305 …return (iKeyValueStore == NULL ? false : iKeyValueStore->getValueByKey(aNewFieldKey, aNewFieldValu…
|