Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/include/
Dhttp_parser.h106 OSCL_IMPORT_REF uint32 getFieldKeyListInHeader(StrPtrLen *&aFieldKeyList);
/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h299 uint32 getFieldKeyList(StrPtrLen *&aFieldKeyList) in getFieldKeyList() argument
301 return (iKeyValueStore == NULL ? 0 : iKeyValueStore->getCurrentKeyList(aFieldKeyList)); in getFieldKeyList()
Dstring_keyvalue_store.cpp143 uint32 StringKeyValueStore::getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize) in getCurrentKeyList() argument
150 aFieldKeyList[i].setPtrLen(iFieldKeys[iFieldKeyTableIndexVector[i]].c_str(), in getCurrentKeyList()
Dstring_keyvalue_store.h211 uint32 getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize = 0);
Dhttp_parser.cpp72 OSCL_EXPORT_REF uint32 HTTPParser::getFieldKeyListInHeader(StrPtrLen *&aFieldKeyList) in getFieldKeyListInHeader() argument
74 …return iHeader->getKeyValuesStore()->getCurrentKeyList(aFieldKeyList); // iHeader should be create… in getFieldKeyListInHeader()