Home
last modified time | relevance | path

Searched refs:NS_ERROR_CACHE_WAIT_FOR_VALIDATION (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache/
H A DnsICacheSession.idl45 * return NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than block when another
56 * status NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than queuing the request
H A DnsCacheSession.cpp97 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) rv = NS_OK; in AsyncOpenCacheEntry()
H A DnsCacheEntry.cpp138 if (!IsValid()) rv = NS_ERROR_CACHE_WAIT_FOR_VALIDATION; in RequestAccess()
H A DnsICache.idl128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
H A DnsCacheService.cpp900 if (!(mRequest->IsBlocking() && rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION)) in Run()
1741 if (rv != NS_ERROR_CACHE_WAIT_FOR_VALIDATION) break; in ProcessRequest()
1855 (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION))) in OpenCacheEntry()
2576 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) in ProcessPendingRequests()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache/
H A DnsICacheSession.idl45 * return NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than block when another
56 * status NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than queuing the request
H A DnsCacheSession.cpp112 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) rv = NS_OK; in AsyncOpenCacheEntry()
H A DnsCacheEntry.cpp167 rv = NS_ERROR_CACHE_WAIT_FOR_VALIDATION; in RequestAccess()
H A DnsICache.idl128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
H A DnsCacheService.cpp998 rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION)) in Run()
1935 if (rv != NS_ERROR_CACHE_WAIT_FOR_VALIDATION) break; in ProcessRequest()
2063 (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION))) in OpenCacheEntry()
2847 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) in ProcessPendingRequests()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache/
H A DnsICacheSession.idl45 * return NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than block when another
56 * status NS_ERROR_CACHE_WAIT_FOR_VALIDATION rather than queuing the request
H A DnsCacheSession.cpp93 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) rv = NS_OK; in AsyncOpenCacheEntry()
H A DnsCacheService.cpp333 if (!(mRequest->IsBlocking() && rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION)) in Run()
989 if (rv != NS_ERROR_CACHE_WAIT_FOR_VALIDATION) break; in ProcessRequest()
1103 (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION))) in OpenCacheEntry()
1642 if (rv == NS_ERROR_CACHE_WAIT_FOR_VALIDATION) in ProcessPendingRequests()
H A DnsCacheEntry.cpp140 if (!IsValid()) rv = NS_ERROR_CACHE_WAIT_FOR_VALIDATION; in RequestAccess()
H A DnsICache.idl128 * key can be created, OpenCacheEntry() will return NS_ERROR_CACHE_WAIT_FOR_VALIDATION in
/dports/devel/codeblocks/codeblocks-20.03/src/include/mozilla_chardet/xpcom/base/
H A DErrorList.h263 ERROR(NS_ERROR_CACHE_WAIT_FOR_VALIDATION, FAILURE(64)),
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DErrorList.h289 ERROR(NS_ERROR_CACHE_WAIT_FOR_VALIDATION, FAILURE(64)),
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A Dxpc.msg176 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A Dxpc.msg177 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A Dxpc.msg182 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A Dxpc.msg181 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A Dxpc.msg182 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A Dxpc.msg187 XPC_MSG_DEF(NS_ERROR_CACHE_WAIT_FOR_VALIDATION , "Cache entry exists but needs to be validated…
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs13776 NS_ERROR_CACHE_WAIT_FOR_VALIDATION = 2152398912, enumerator