Searched defs:hashEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp388 xptiHashEntry* hashEntry; local
661 hashEntry = (xptiHashEntry*)
664 if(hashEntry)
665 hashEntry->value = entry;
669 hashEntry = (xptiHashEntry*)
672 if(hashEntry)
673 hashEntry->value = entry;
H A DxptiInterfaceInfoManager.cpp561 xptiHashEntry* hashEntry; local
565 hashEntry = (xptiHashEntry*)
571 hashEntry = (xptiHashEntry*)
577 PL_DHASH_ENTRY_IS_FREE(hashEntry) ? nsnull : hashEntry->value;
1291 xptiHashEntry* hashEntry = (xptiHashEntry*) local
1295 PL_DHASH_ENTRY_IS_FREE(hashEntry) ? nsnull : hashEntry->value;
1320 hashEntry = (xptiHashEntry*)
1323 if(hashEntry)
1359 xptiHashEntry* hashEntry = (xptiHashEntry*) local
1733 xptiHashEntry* hashEntry = (xptiHashEntry*) local
1748 xptiHashEntry* hashEntry = (xptiHashEntry*) local
1763 xptiHashEntry* hashEntry = (xptiHashEntry*) local
1784 xptiHashEntry* hashEntry = (xptiHashEntry*) local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp72 const HTEntry* hashEntry = local
75 if (hashEntry->key == key)
79 return otherKey->Equals(hashEntry->key);
93 HTEntry* hashEntry = NS_STATIC_CAST(HTEntry*, entry); local
96 delete hashEntry->key;
97 hashEntry->key = nsnull;
98 hashEntry->value = nsnull; // probably not necessary, but for

Completed in 297 milliseconds