Home
last modified time | relevance | path

Searched defs:InterceptResponse (Results 1 – 13 of 13) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/debuggerd/
H A Dprotocol.h78 struct InterceptResponse { struct
79 InterceptStatus status;
80 char error_message[127]; // always null-terminated
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/
H A Dprotocol.h78 struct InterceptResponse { struct
79 InterceptStatus status;
80 char error_message[127]; // always null-terminated
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dintercept.proto62 message InterceptResponse { message
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/loader/
H A Durl_loader_throttle.cc22 void URLLoaderThrottle::Delegate::InterceptResponse( in InterceptResponse() function in blink::URLLoaderThrottle::Delegate
H A Dthrottling_url_loader.cc103 void InterceptResponse( in InterceptResponse() function in blink::ThrottlingURLLoader::ForwardingThrottleDelegate
845 void ThrottlingURLLoader::InterceptResponse( in InterceptResponse() function in blink::ThrottlingURLLoader
H A Dmime_sniffing_throttle_unittest.cc101 void InterceptResponse( in InterceptResponse() function in blink::__anoncd68b3790111::MockDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/loader/
H A Durl_loader_throttle.cc22 void URLLoaderThrottle::Delegate::InterceptResponse( in InterceptResponse() function in blink::URLLoaderThrottle::Delegate
H A Dthrottling_url_loader.cc144 void InterceptResponse( in InterceptResponse() function in blink::ThrottlingURLLoader::ForwardingThrottleDelegate
954 void ThrottlingURLLoader::InterceptResponse( in InterceptResponse() function in blink::ThrottlingURLLoader
H A Dmime_sniffing_throttle_unittest.cc101 void InterceptResponse( in InterceptResponse() function in blink::__anon905112de0111::MockDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dresource_downloader.cc192 void ResourceDownloader::InterceptResponse( in InterceptResponse() function in download::ResourceDownloader
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dresource_downloader.cc192 void ResourceDownloader::InterceptResponse( in InterceptResponse() function in download::ResourceDownloader
/dports/security/sudo/sudo-1.9.8p2/include/
H A Dintercept.pb-c.h25 typedef struct _InterceptResponse InterceptResponse; typedef
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/storage/
H A Dtest_cloudfiles.py783 class InterceptResponse(MockHttp): class