Searched refs:PL_HashTableLookup (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.h52 #define PL_HashTableLookup VBoxNsplPL_HashTableLookup macro
142 PL_HashTableLookup(PLHashTable *ht, const void *key);
H A Dplhash.c385 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 DtmTransactionService.cpp354 (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 Dprotypes.h245 #define PR_HashTableLookup PL_HashTableLookup
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp412 = (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 DipcLockModule.cpp131 ctx = (ipcLockContext *) PL_HashTableLookup(gLockTable, key);
224 ctx = (ipcLockContext *) PL_HashTableLookup(gLockTable, key);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp450 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 1386 milliseconds