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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsBaseHashtable.h166 * @parm userArg passed unchanged from Enumerate
174 void* userArg);
181 * @param userArg passed unchanged to the EnumReadFunction
183 PRUint32 EnumerateRead(EnumReadFunction enumFunc, void* userArg) const
188 s_EnumReadArgs enumData = { enumFunc, userArg };
199 * @parm userArg passed unchanged from Enumerate
208 void* userArg);
214 * @param userArg passed unchanged to the EnumFunction
216 PRUint32 Enumerate(EnumFunction enumFunc, void* userArg) argument
221 s_EnumArgs enumData = { enumFunc, userArg };
241 void* userArg; member in struct:nsBaseHashtable::s_EnumReadArgs
252 void* userArg; member in struct:nsBaseHashtable::s_EnumArgs
438 Enumerate(EnumFunction fEnumCall, void* userArg) argument
[all...]
H A DnsTHashtable.h51 void *userArg);
218 * @param userArg passed unchanged from <code>EnumerateEntries</code>
224 typedef PLDHashOperator (*PR_CALLBACK Enumerator)(EntryType* aEntry, void* userArg);
229 * @param userArg a pointer to pass to the
233 PRUint32 EnumerateEntries(Enumerator enumFunc, void* userArg) argument
237 s_EnumArgs args = { enumFunc, userArg };
280 * @param userArg the userArg passed unaltered
285 void* userArg; member in struct:nsTHashtable::s_EnumArgs
426 NS_REINTERPRET_CAST(s_EnumArgs*,arg)->userArg);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp170 enumfunc_createenumerator(CategoryLeaf* aLeaf, void* userArg);
175 EntryEnumerator::enumfunc_createenumerator(CategoryLeaf* aLeaf, void* userArg) argument
177 EntryEnumerator* mythis = NS_STATIC_CAST(EntryEnumerator*, userArg);
357 enumfunc_pentries(CategoryLeaf* aLeaf, void* userArg) argument
360 NS_STATIC_CAST(persistent_userstruct*, userArg);
409 void* userArg);
431 CategoryEnumerator::enumfunc_createenumerator(const char* aStr, CategoryNode* aNode, void* userArg) argument
433 CategoryEnumerator* mythis = NS_STATIC_CAST(CategoryEnumerator*, userArg);
641 enumfunc_categories(const char* aKey, CategoryNode* aCategory, void* userArg) argument
643 writecat_struct* args = NS_STATIC_CAST(writecat_struct*, userArg);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp115 nsTEnumGo(EntityToUnicodeEntry* aEntry, void* userArg) { argument
123 nsTEnumStop(EntityToUnicodeEntry* aEntry, void* userArg) { argument
191 nsDEnumRead(const PRUint32& aKey, const char* aData, void* userArg) { argument
197 nsDEnum(const PRUint32& aKey, const char*& aData, void* userArg) { argument
203 nsCEnumRead(const nsACString& aKey, TestUniChar* aData, void* userArg) { argument
210 nsCEnum(const nsACString& aKey, nsAutoPtr<TestUniChar>& aData, void* userArg) { argument
362 nsIEnumRead(const PRUint32& aKey, IFoo* aFoo, void* userArg) { argument
371 nsIEnum(const PRUint32& aKey, nsCOMPtr<IFoo>& aData, void* userArg) { argument
380 nsIEnum2Read(nsISupports* aKey, PRUint32 aData, void* userArg) { argument
391 nsIEnum2(nsISupports* aKey, PRUint32& aData, void* userArg) { argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp1395 void *userArg)
1400 ipcMessage *msg = (ipcMessage *) userArg;
1393 EnumerateTargetMapAndPlaceMsg(const nsID &aKey, ipcTargetData *aData, void *userArg) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3031 void *userArg)
3596 void *userArg)
3598 PruneInstanceMapForPeerArgs *args = (PruneInstanceMapForPeerArgs *)userArg;
3029 EnumerateInstanceMapAndDelete(const DConnectInstanceKey::Key &aKey, DConnectInstance *aData, void *userArg) argument
3594 PruneInstanceMapForPeer(const DConnectInstanceKey::Key &aKey, DConnectInstance *aData, void *userArg) argument

Completed in 63 milliseconds