HomeSort by relevance Sort by last modified time
    Searched defs:StringKeyValueStore (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/http_parcom/src/
string_keyvalue_store.h 182 class StringKeyValueStore
228 bool copy(StringKeyValueStore& aStore);
237 StringKeyValueStore() : iVariableSizeMemPool(NULL)
243 ~StringKeyValueStore();
246 static StringKeyValueStore* create(const uint32 aStoreSize = KEYVALUESTORE_MAX_SIZE);
string_keyvalue_store.cpp 24 uint32 StringKeyValueStore::getCurrentMemoryUsage()
29 uint32 StringKeyValueStore::getStoreSize()
34 uint32 StringKeyValueStore::getAvailableSize()
40 bool StringKeyValueStore::storeNewKeyValueItem(const char *aItem, const int32 aItemLength, char *&aNewLocation)
50 void StringKeyValueStore::releaseOldKeyValueItem(const char *aItem, const int32 aItemLength)
58 int32 StringKeyValueStore::addKeyToStore(const StrCSumPtrLen &aNewKey, int32 tableIndex)
78 int32 StringKeyValueStore::addKeyValuePair(const StrCSumPtrLen &aNewKey, const StrPtrLen &aNewValue, const bool aNeedReplaceOldValue)
126 int32 StringKeyValueStore::addKeyValuePair(const StrCSumPtrLen &aNewKey, const char *aNewValue, const bool aNeedReplaceOldValue)
133 int32 StringKeyValueStore::addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const uint32 aValueLength,
143 uint32 StringKeyValueStore::getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize
    [all...]

Completed in 110 milliseconds