Searched refs:PLDHashTableOps (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h105 typedef struct PLDHashTableOps PLDHashTableOps; typedef in typeref:struct:PLDHashTableOps
114 * below and grouped into the PLDHashTableOps structure, for single static
216 const PLDHashTableOps *ops; /* virtual operations, see below */
360 struct PLDHashTableOps { struct
428 PR_EXTERN(const PLDHashTableOps *)
438 PL_NewDHashTable(const PLDHashTableOps *ops, void *data, PRUint32 entrySize,
455 PL_DHashTableInit(PLDHashTable *table, const PLDHashTableOps *ops, void *data,
H A DnsStaticNameTable.cpp89 static const struct PLDHashTableOps nametable_CaseInsensitiveHashTableOps = {
H A DnsDoubleHashtable.h254 static PLDHashTableOps hash_table_ops = \
H A DnsTHashtable.h328 static PLDHashTableOps sOps =
H A Dpldhash.c163 static const PLDHashTableOps stub_ops = {
175 PR_IMPLEMENT(const PLDHashTableOps *)
182 PL_NewDHashTable(const PLDHashTableOps *ops, void *data, PRUint32 entrySize,
217 PL_DHashTableInit(PLDHashTable *table, const PLDHashTableOps *ops, void *data,
H A DnsPersistentProperties.cpp88 static const struct PLDHashTableOps property_HashTableOps = {
H A DnsAtomTable.cpp212 static const PLDHashTableOps AtomTableOps = {
H A DnsHashtable.cpp103 static const PLDHashTableOps hashtableOps = {
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp78 static PLDHashTableOps sInfoHashOps;
98 /* static */ PLDHashTableOps nsStaticComponentLoader::sInfoHashOps = {
H A DnsComponentManager.cpp316 static const PLDHashTableOps factory_DHashTableOps = {
344 static const PLDHashTableOps contractID_DHashTableOps = {
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp74 const static struct PLDHashTableOps IIDTableOps =
104 static const struct PLDHashTableOps NameTableOps =
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp341 static const PLDHashTableOps strmap_DHashTableOps = {
377 static const PLDHashTableOps objmap_DHashTableOps = {
1235 nsID mSlowID; // key, used by PLDHashTableOps below
1265 static const PLDHashTableOps idmap_DHashTableOps = {

Completed in 76 milliseconds