Home
last modified time | relevance | path

Searched refs:OpenCacheEntry (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache/
H A DnsCacheSession.cpp69 nsCacheSession::OpenCacheEntry(const nsACString& key, in OpenCacheEntry() function in nsCacheSession
79 nsCacheService::OpenCacheEntry(this, key, accessRequested, blockingMode, in OpenCacheEntry()
89 rv = nsCacheService::OpenCacheEntry(this, key, accessRequested, !noWait, in AsyncOpenCacheEntry()
H A DnsICache.idl126 * The synchronous OpenCacheEntry() may be blocking or non-blocking. If a cache entry is
128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
H A DnsCacheService.h75 static nsresult OpenCacheEntry(nsCacheSession* session, const nsACString& key,
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache/
H A DnsCacheSession.cpp73 nsCacheSession::OpenCacheEntry(const nsACString &key, in OpenCacheEntry() function in nsCacheSession
83 nsCacheService::OpenCacheEntry(this, key, accessRequested, blockingMode, in OpenCacheEntry()
93 rv = nsCacheService::OpenCacheEntry(this, key, accessRequested, !noWait, in AsyncOpenCacheEntry()
H A DnsICache.idl126 * The synchronous OpenCacheEntry() may be blocking or non-blocking. If a cache entry is
128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
H A DnsCacheService.h81 static nsresult OpenCacheEntry(nsCacheSession *session, const nsACString &key,
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache/
H A DnsCacheSession.cpp79 nsCacheSession::OpenCacheEntry(const nsACString & key, in OpenCacheEntry() function in nsCacheSession
89 rv = nsCacheService::OpenCacheEntry(this, in OpenCacheEntry()
105 rv = nsCacheService::OpenCacheEntry(this, in AsyncOpenCacheEntry()
H A DnsICache.idl126 * The synchronous OpenCacheEntry() may be blocking or non-blocking. If a cache entry is
128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
H A DnsCacheService.h86 static nsresult OpenCacheEntry(nsCacheSession * session,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/about/
H A DnsAboutCacheEntry.h51 [[nodiscard]] nsresult OpenCacheEntry(nsIURI*);
52 [[nodiscard]] nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp164 rv = OpenCacheEntry(uri); in GetContentStream()
171 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI* uri) { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
178 return OpenCacheEntry(); in OpenCacheEntry()
181 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry() { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
/dports/www/firefox/firefox-99.0/netwerk/protocol/about/
H A DnsAboutCacheEntry.h52 [[nodiscard]] nsresult OpenCacheEntry(nsIURI*);
53 [[nodiscard]] nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp167 rv = OpenCacheEntry(uri); in GetContentStream()
174 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI* uri) { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
181 return OpenCacheEntry(); in OpenCacheEntry()
184 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry() { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/about/
H A DnsAboutCacheEntry.h51 MOZ_MUST_USE nsresult OpenCacheEntry(nsIURI *);
52 MOZ_MUST_USE nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp159 rv = OpenCacheEntry(uri); in GetContentStream()
166 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI *uri) { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
173 return OpenCacheEntry(); in OpenCacheEntry()
176 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry() { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/about/
H A DnsAboutCacheEntry.h51 [[nodiscard]] nsresult OpenCacheEntry(nsIURI*);
52 [[nodiscard]] nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp164 rv = OpenCacheEntry(uri); in GetContentStream()
171 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI* uri) { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
178 return OpenCacheEntry(); in OpenCacheEntry()
181 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry() { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/about/
H A DnsAboutCacheEntry.h51 [[nodiscard]] nsresult OpenCacheEntry(nsIURI*);
52 [[nodiscard]] nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp160 rv = OpenCacheEntry(uri); in GetContentStream()
167 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI* uri) { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
174 return OpenCacheEntry(); in OpenCacheEntry()
177 nsresult nsAboutCacheEntry::Channel::OpenCacheEntry() { in OpenCacheEntry() function in nsAboutCacheEntry::Channel
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/about/
H A DnsAboutCacheEntry.h58 MOZ_MUST_USE nsresult OpenCacheEntry(nsIURI *);
59 MOZ_MUST_USE nsresult OpenCacheEntry();
H A DnsAboutCacheEntry.cpp174 rv = OpenCacheEntry(uri); in GetContentStream()
182 nsAboutCacheEntry::Channel::OpenCacheEntry(nsIURI *uri) in OpenCacheEntry() function in nsAboutCacheEntry::Channel
198 return OpenCacheEntry(); in OpenCacheEntry()
202 nsAboutCacheEntry::Channel::OpenCacheEntry() in OpenCacheEntry() function in nsAboutCacheEntry::Channel
319 rv = OpenCacheEntry(); in OnCacheEntryAvailable()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNNTPProtocol.h536 nsresult OpenCacheEntry(); // makes a request to the cache service for a
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DInterceptedChannel.cpp295 rv = mChannel->OpenCacheEntry(usingSSL); in FinishSynthesizedResponse()
H A DnsHttpChannel.h210 nsresult OpenCacheEntry(bool usingSSL);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.h835 nsresult OpenCacheEntry(); // makes a request to the cache service for a

12