Home
last modified time | relevance | path

Searched refs:entryDict (Results 1 – 5 of 5) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DRpcMethodImpl.cc616 void gatherProgressCommon(Dict* entryDict, in gatherProgressCommon() argument
630 entryDict->put(KEY_COMPLETED_LENGTH, in gatherProgressCommon()
649 entryDict->put(KEY_BITFIELD, in gatherProgressCommon()
744 entryDict->put(KEY_NUM_SEEDERS, in gatherProgressBitTorrent()
795 entryDict, group, in gatherProgress()
805 entryDict->put( in gatherProgress()
909 entryDict->put(KEY_DIR, ds->dir); in gatherStoppedDownload()
1009 auto entryDict = Dict::g(); in process() local
1034 return std::move(entryDict); in process()
1046 auto entryDict = Dict::g(); in process() local
[all …]
H A DRpcMethodImpl.h365 auto entryDict = Dict::g(); in process() local
366 createEntry(entryDict.get(), *range.first, e, keys); in process()
367 list->append(std::move(entryDict)); in process()
377 virtual void createEntry(Dict* entryDict, const std::shared_ptr<T>& item,
388 createEntry(Dict* entryDict, const std::shared_ptr<RequestGroup>& item,
403 createEntry(Dict* entryDict, const std::shared_ptr<DownloadResult>& item,
560 void gatherStoppedDownload(Dict* entryDict,
566 void gatherProgressCommon(Dict* entryDict,
/dports/devel/kf5-kservice/kservice-5.89.0/src/sycoca/
H A Dkbuildsycoca.cpp152 KBSEntryDict *entryDict = new KBSEntryDict; in build() local
157 entryDict->insert(entry->entryPath(), entry); in build()
161 serviceEntryDict = entryDict; in build()
163 m_serviceGroupEntryDict = entryDict; in build()
165 entryDictList.append(entryDict); in build()
H A Dksycocafactory_p.h57 KSycocaEntryDict *entryDict() in entryDict() function
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviUserListView.h309 KviPointerHashTable<QString, KviUserListEntry> * entryDict() { return m_pEntryDict; }; in entryDict() function