Searched refs:numKeys (Results 1 – 3 of 3) sorted by relevance
284 uint32 numKeys = aStore.getNumberOfKeys(); in copy() local285 if (numKeyValuePairs == 0 || numKeys == 0) return true; in copy()286 OSCL_ASSERT(numKeyValuePairs >= numKeys); in copy()288 StrPtrLen *keyList = OSCL_ARRAY_NEW(StrPtrLen, numKeys); in copy()
282 uint32 numKeys = iKeyValueStore->getCurrentKeyList(keyList); in composeHeaders() local283 if (numKeys == 0) return false; in composeHeaders()286 for (i = 0, j = 0; i < numKeyValuePairs && j < numKeys; j++) in composeHeaders()
555 uint32 numKeys = aKeyList.size(); in GetNumMetadataValues() local556 if (numKeys == 0) in GetNumMetadataValues()559 numKeys = aKeyList.size(); in GetNumMetadataValues()563 for (uint32 lcv = 0; lcv < numKeys; lcv++) in GetNumMetadataValues()715 uint32 numKeys = aKeyList.size(); in GetMetadataValues() local718 if (numKeys == 0 || aStartingValueIndex > (numKeys - 1) || aMaxValueEntries == 0) in GetMetadataValues()727 for (lcv = 0; lcv < numKeys; lcv++) in GetMetadataValues()823 for (lcv = 0; lcv < numKeys; lcv++) in GetMetadataValues()