Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp143 uint32 StringKeyValueStore::getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize) in getCurrentKeyList() function in StringKeyValueStore
290 aStore.getCurrentKeyList(keyList); in copy()
Dstring_keyvalue_store.h211 uint32 getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize = 0);
Dhttp_composer.cpp282 uint32 numKeys = iKeyValueStore->getCurrentKeyList(keyList); in composeHeaders()
Dhttp_parser_internal.h301 return (iKeyValueStore == NULL ? 0 : iKeyValueStore->getCurrentKeyList(aFieldKeyList)); in getFieldKeyList()
Dhttp_parser.cpp74 …return iHeader->getKeyValuesStore()->getCurrentKeyList(aFieldKeyList); // iHeader should be create… in getFieldKeyListInHeader()