Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp50 void StringKeyValueStore::releaseOldKeyValueItem(const char *aItem, const int32 aItemLength) in releaseOldKeyValueItem() function in StringKeyValueStore
101 releaseOldKeyValueItem(iFieldVals[tableIndex].c_str(), aValueLength); in addKeyValuePair()
233 releaseOldKeyValueItem(pStrWrapper->c_str(), pStrWrapper->length()); in removeKeyValuePair()
238 releaseOldKeyValueItem(iFieldVals[tableIndex].c_str(), iFieldVals[tableIndex].length()); in removeKeyValuePair()
Dstring_keyvalue_store.h280 void releaseOldKeyValueItem(const char *aItem, const int32 aItemLength);