Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp272 uint32 numKeyValuePairs = iKeyValueStore->getNumberOfKeyValuePairs(); in composeHeaders() local
273 if (numKeyValuePairs > 0) in composeHeaders()
275 StrPtrLen *keyList = OSCL_ARRAY_NEW(StrPtrLen, numKeyValuePairs); in composeHeaders()
277 StrPtrLen *valueList = OSCL_ARRAY_NEW(StrPtrLen, numKeyValuePairs); in composeHeaders()
286 for (i = 0, j = 0; i < numKeyValuePairs && j < numKeys; j++) in composeHeaders()
Dstring_keyvalue_store.cpp283 uint32 numKeyValuePairs = aStore.getNumberOfKeyValuePairs(); in copy() local
285 if (numKeyValuePairs == 0 || numKeys == 0) return true; in copy()
286 OSCL_ASSERT(numKeyValuePairs >= numKeys); in copy()
291 for (uint32 i = 0; i < numKeyValuePairs; i++) in copy()