Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp88 int32 aValueLength = aNewValue.length(); in addKeyValuePair() local
89 …if (!storeNewKeyValueItem(aNewValue.c_str(), aValueLength, newLocation)) return StringKeyValueStor… in addKeyValuePair()
95 iFieldVals[tableIndex].setPtrLen(newLocation, aValueLength); in addKeyValuePair()
101 releaseOldKeyValueItem(iFieldVals[tableIndex].c_str(), aValueLength); in addKeyValuePair()
104 iFieldVals[tableIndex].setPtrLen(newLocation, aValueLength); in addKeyValuePair()
111 StrCSumPtrLenWrapper aMewValueWrapper(newLocation, aValueLength); in addKeyValuePair()
121 iTotalKeyValueLength += aValueLength; in addKeyValuePair()
133 …air(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const uint32 aValueLength, in addKeyValuePair() argument
137 StrPtrLen newValue(aNewValue, aValueLength); in addKeyValuePair()
Dstring_keyvalue_store.h192 …air(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const uint32 aValueLength,