Searched refs:PL_HashTableLookup (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plhash.h | 52 #define PL_HashTableLookup VBoxNsplPL_HashTableLookup macro 142 PL_HashTableLookup(PLHashTable *ht, const void *key);
|
H A D | plhash.c | 385 PL_HashTableLookup(PLHashTable *ht, const void *key) function 399 ** Same as PL_HashTableLookup but doesn't reorder the hash entries.
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/ |
H A D | tmTransactionService.cpp | 354 (ipcITransactionObserver *)PL_HashTableLookup(mObservers, 367 (ipcITransactionObserver *)PL_HashTableLookup(mObservers, 391 (ipcITransactionObserver *)PL_HashTableLookup(mObservers, 401 (ipcITransactionObserver*) PL_HashTableLookup(mObservers,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/ |
H A D | protypes.h | 245 #define PR_HashTableLookup PL_HashTableLookup
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTimelineService.cpp | 412 = (nsTimelineServiceTimer *)PL_HashTableLookup(thread->timers, timerName); 430 * including time spent in TLS and PL_HashTableLookup in the 441 = (nsTimelineServiceTimer *)PL_HashTableLookup(thread->timers, timerName); 464 = (nsTimelineServiceTimer *)PL_HashTableLookup(thread->timers, timerName); 495 = (nsTimelineServiceTimer *)PL_HashTableLookup(thread->timers, timerName);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ |
H A D | ipcLockModule.cpp | 131 ctx = (ipcLockContext *) PL_HashTableLookup(gLockTable, key); 224 ctx = (ipcLockContext *) PL_HashTableLookup(gLockTable, key);
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 450 entry = (BloatEntry*)PL_HashTableLookup(gBloatView, aTypeName); 580 void* he = PL_HashTableLookup(gTypesToLog, aTypeName); 646 return nsnull != PL_HashTableLookup(gObjectsToLog, (const void*)(uintptr_t)(aSerialNumber));
|
Completed in 1591 milliseconds