Searched refs:hashEntry (Results 1 – 5 of 5) sorted by relevance
135 pathHashEntry_t* hashEntry = hashTable->hashBins[i]; in writeHashTable() local137 while (hashEntry) { in writeHashTable()141 pte.pathNumber = hashEntry->pathNumber; in writeHashTable()142 pte.pathCounter = hashEntry->pathCount; in writeHashTable()149 temp = hashEntry; in writeHashTable()150 hashEntry = hashEntry->next; in writeHashTable()161 pathHashEntry_t* hashEntry; in getPathCounter() local168 hashEntry = hashTable->hashBins[index]; in getPathCounter()170 while (hashEntry) { in getPathCounter()171 if (hashEntry->pathNumber == pathNumber) { in getPathCounter()[all …]
228 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function368 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
45 fun:*hashEntry*
110 hashEntry(const UHashTok parm) { in hashEntry() function211 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status); in createCache()
54 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function274 cache = uhash_open(hashEntry, compareEntries, NULL, &status); in createCache()