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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp112 static PLHashTable* gObjectsToLog; variable
646 return nsnull != PL_HashTableLookup(gObjectsToLog, (const void*)(uintptr_t)(aSerialNumber));
793 gObjectsToLog = PL_NewHashTable(256,
799 if (!gObjectsToLog) {
830 PL_HashTableAdd(gObjectsToLog, (const void*)serialno, (void*)1);
1129 PRBool loggingThisObject = (!gObjectsToLog || LogThisObj(serialno));
1183 PRBool loggingThisObject = (!gObjectsToLog || LogThisObj(serialno));
1243 PRBool loggingThisObject = (!gObjectsToLog || LogThisObj(serialno));
1284 PRBool loggingThisObject = (!gObjectsToLog || LogThisObj(serialno));
1329 PRBool loggingThisObject = (!gObjectsToLog || LogThisOb
[all...]

Completed in 5573 milliseconds