Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp70 int32 aKeyLength = aNewKey.length(); in addKeyToStore() local
71 …if (!storeNewKeyValueItem(aNewKey.c_str(), aKeyLength, newLocation)) return StringKeyValueStore_No… in addKeyToStore()
72 iFieldKeys[tableIndex].setPtrLen(newLocation, aKeyLength); in addKeyToStore()
73 iTotalKeyValueLength += aKeyLength; in addKeyToStore()
133 int32 StringKeyValueStore::addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char… in addKeyValuePair() argument
136 StrCSumPtrLen newKey(aNewKey, aKeyLength); in addKeyValuePair()
Dstring_keyvalue_store.h192 …int32 addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const u…