Searched refs:mHashtable (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.cpp55 : mHashtable(CloneCString, nsnull, DeleteCString, nsnull, 16)
66 char* oldValue = (char*)mHashtable.Put(&k, value);
76 const char* value = (const char*)mHashtable.Get(&k);
86 char* oldValue = (char*)mHashtable.Remove(&k);
H A DnsErrorService.h54 nsObjectHashtable mHashtable; member in class:nsInt2StrHashtable
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp163 PRBool result = PL_DHashTableInit(&mHashtable, &hashtableOps, nsnull,
170 mHashtable.ops = nsnull;
185 if (mHashtable.ops)
186 PL_DHashTableFinish(&mHashtable);
194 if (!mHashtable.ops)
198 PL_DHashTableOperate(&mHashtable, aKey, PL_DHASH_LOOKUP);
211 if (!mHashtable.ops) return nsnull;
220 PL_DHashTableOperate(&mHashtable, aKey, PL_DHASH_ADD));
241 if (!mHashtable.ops) return nsnull;
247 PL_DHashTableOperate(&mHashtable, aKe
[all...]
H A DnsHashtable.h138 PLDHashTable mHashtable; member in class:nsHashtable
145 PRInt32 Count(void) { return mHashtable.entryCount; }
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.h82 nsSupportsHashtable mHashtable; member in class:nsDirectoryService
H A DnsDirectoryService.cpp505 mHashtable(256, PR_TRUE)
653 if (!mHashtable.Exists(&key))
656 mHashtable.Remove (&key);
716 nsCOMPtr<nsISupports> value = dont_AddRef(mHashtable.Get(&key));
762 if (mHashtable.Exists(&key) || value == nsnull)
771 mHashtable.Put(&key, cloneFile);

Completed in 66 milliseconds