Home
last modified time | relevance | path

Searched refs:proxy (Results 276 - 300 of 405) sorted by relevance

1...<<11121314151617

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy.h178 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h93 enum vnic_proxy_type proxy; member
/third_party/curl/src/
H A Dtool_cfgable.c81 Curl_safefree(config->proxy); in free_config_fields()
/third_party/curl/lib/
H A Dhttp.h155 CURLcode Curl_http_input_auth(struct Curl_easy *data, bool proxy,
235 * host/proxy and the correct authentication
244 * @param proxytunnel boolean if this is the request setting up a "proxy
256 up the proxy tunnel */
/third_party/skia/src/core/
H A DSkSDFFilter.cpp129 1, GrMipmapped::kNo, srcView.proxy()->isProtected(), srcView.origin()); in sdf_2d()
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp157 // proxy will be keyed in GrProxyProvider but that cache just allows extant proxies in makeView()
158 // to be reused. It does not retain them. After a flush the proxy will be deleted in makeView()
159 // and a subsequent use of the image will recreate a new proxy around the GrTexture in makeView()
161 // This is the last use of GrWrapCacheable::kYes so if we actually cached the proxy in makeView()
192 if (!texProxyView.proxy()) { in onGenerateTexture()
H A DSurfaceContext.cpp414 // However, if the final proxy isn't a render target then we must use a copy to move the in internalWritePixels()
415 // data into it which requires the origins to match. If the final proxy is a render target in internalWritePixels()
1247 auto proxy = this->asSurfaceProxy(); in transferPixels() local
1249 proxy->backendFormat(), dstCT); in transferPixels()
1301 SkASSERT(fReadView.proxy()); in validate()
1302 fReadView.proxy()->validate(fContext); in validate()
1305 this->colorInfo().colorType(), fReadView.proxy()->backendFormat())); in validate()
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp142 SkBudgeted isBudgeted = view.proxy()->isBudgeted(); in onMakeSubset()
228 * outlive the proxy into which this callback is installed. in MakePromiseImageLazyProxy()
231 * is deleted once it can no longer be used to instantiate a proxy. in MakePromiseImageLazyProxy()
268 // proxy may receive, hence kUnsynced. in MakePromiseImageLazyProxy()
274 // We need to extend the callback's lifetime to that of the proxy. in MakePromiseImageLazyProxy()
277 // Our proxy is getting instantiated for the second+ time. We are only allowed to call in MakePromiseImageLazyProxy()
309 // We need to hold on to the GrTexture in case our proxy gets reinstantiated. However, in MakePromiseImageLazyProxy()
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp151 SkASSERT(this->drawingManager()->getLastRenderTask(fWriteView.proxy()) == fOpsTask.get()); in onValidate()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.hh157 HB_INTERNAL void apply (const Proxy &proxy,
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dti-msgmgr.c23 #define Q_DATA_OFFSET(proxy, queue, reg) \
24 ((0x10000 * (proxy)) + (0x80 * (queue)) + ((reg) * 4))
56 * @data_first_reg: First data register for proxy data region
57 * @data_last_reg: Last data register for proxy data region
63 * @data_region_name: Name of the proxy data region
64 * @status_region_name: Name of the proxy status region
65 * @ctrl_region_name: Name of the proxy control region
122 * @queue_proxy_region: Queue proxy region where queue buffers are located
331 /* In secure proxy, msg_count indicates how many we can send */ in ti_msgmgr_last_tx_done()
706 {.compatible = "ti,am654-secure-proxy",
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_pathtbl.c280 * mpp_path_lookup_by_idx - look up a path in the proxy path table by its index
284 * Returns: pointer to the proxy path structure, or NULL if not found.
556 const u8 *proxy) in mpp_flush_by_proxy()
564 if (ether_addr_equal(mpath->mpp, proxy)) in mpp_flush_by_proxy()
555 mpp_flush_by_proxy(struct ieee80211_sub_if_data *sdata, const u8 *proxy) mpp_flush_by_proxy() argument
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dti-msgmgr.c24 #define Q_DATA_OFFSET(proxy, queue, reg) \
25 ((0x10000 * (proxy)) + (0x80 * (queue)) + ((reg) * 4))
57 * @data_first_reg: First data register for proxy data region
58 * @data_last_reg: Last data register for proxy data region
64 * @data_region_name: Name of the proxy data region
65 * @status_region_name: Name of the proxy status region
66 * @ctrl_region_name: Name of the proxy control region
125 * @queue_proxy_region: Queue proxy region where queue buffers are located
364 /* In secure proxy, msg_count indicates how many we can send */ in ti_msgmgr_last_tx_done()
804 {.compatible = "ti,am654-secure-proxy",
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1071 void DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, in DeclareAndBindVariable() argument
1074 Variable* var = DeclareVariableName(proxy->raw_name(), mode, scope, in DeclareAndBindVariable()
1075 was_added, proxy->position(), kind); in DeclareAndBindVariable()
1077 // Don't bother actually binding the proxy. in DeclareAndBindVariable()
1571 VariableProxy* proxy = factory()->ast_node_factory()->NewVariableProxy( in ExpressionFromPrivateName() local
1573 private_name_scope->AddUnresolvedPrivateName(proxy); in ExpressionFromPrivateName()
/third_party/skia/tests/
H A DSurfaceTest.cpp524 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(img, ctx); in test_crbug263329()
525 SkASSERT(proxy); in test_crbug263329()
526 return proxy; in test_crbug263329()
570 GrRenderTargetProxy* proxy = gsurf->getDevice()->targetProxy(); in is_budgeted() local
571 return proxy->isBudgeted(); in is_budgeted()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c453 char *proxy, *no_proxy; member
473 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local
508 proxy = srctx->proxy; in get_ocsp_resp_from_responder()
541 *resp = process_responder(req, host, port, path, proxy, no_proxy, in get_ocsp_resp_from_responder()
853 {"proxy", OPT_PROXY, 's',
854 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
856 "List of addresses of servers not to use HTTP(S) proxy for"},
1366 tlscstatp.proxy = opt_arg(); in s_server_main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2473 /* HTTP callback function that supports TLS connection also via HTTPS proxy */
2492 NULL, NULL, /* no proxy credentials */ in app_http_tls_cb()
2539 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy, in app_http_get_asn1() argument
2574 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL; in app_http_get_asn1()
2577 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1()
2592 const char *path, const char *proxy, in app_http_post_asn1()
2611 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL; in app_http_post_asn1()
2615 proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_post_asn1()
2591 app_http_post_asn1(const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, const char *content_type, ASN1_VALUE *req, const ASN1_ITEM *req_it, const char *expected_content_type, long timeout, const ASN1_ITEM *rsp_it) app_http_post_asn1() argument
/third_party/openssl/apps/
H A Ds_server.c453 char *proxy, *no_proxy; member
473 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local
508 proxy = srctx->proxy; in get_ocsp_resp_from_responder()
541 *resp = process_responder(req, host, port, path, proxy, no_proxy, in get_ocsp_resp_from_responder()
853 {"proxy", OPT_PROXY, 's',
854 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
856 "List of addresses of servers not to use HTTP(S) proxy for"},
1366 tlscstatp.proxy = opt_arg(); in s_server_main()
/third_party/openssl/apps/lib/
H A Dapps.c2466 /* HTTP callback function that supports TLS connection also via HTTPS proxy */
2485 NULL, NULL, /* no proxy credentials */ in app_http_tls_cb()
2532 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy, in app_http_get_asn1() argument
2567 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL; in app_http_get_asn1()
2570 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1()
2585 const char *path, const char *proxy, in app_http_post_asn1()
2604 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL; in app_http_post_asn1()
2608 proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_post_asn1()
2584 app_http_post_asn1(const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, SSL_CTX *ssl_ctx, const STACK_OF(CONF_VALUE) *headers, const char *content_type, ASN1_VALUE *req, const ASN1_ITEM *req_it, const char *expected_content_type, long timeout, const ASN1_ITEM *rsp_it) app_http_post_asn1() argument
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy.h235 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsrv6_end_dt6_l3vpn_test.sh32 # the router rt-1 which acts as a ndp proxy.
303 ip -netns ${rtsrc_name} -6 neigh add proxy ${IPv6_HS_NETWORK}::${hsdst} dev ${rtveth}
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h231 * proxy client that is not trying to track system state by itself. */
296 /**< VHOST: If non-NULL, attempts to proxy via the given address.
297 * If proxy auth is required, use format
680 /**< VHOST: If non-NULL, attempts to proxy via the given address.
681 * If proxy auth is required, use format
797 * bind the tcp connection to the proxy to */
799 * nonzero: the tcp address of the ss proxy to connect to */
800 uint16_t ss_proxy_port; /* 0 = if connecting to ss proxy, do it via a
801 * Unix Domain Socket, "+@proxy.ss.lws" if ss_proxy_bind is NULL else
1014 * lws_set_proxy() - Setups proxy t
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.inc.h579 proxy)
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py469 sys.modules[package_name] = weakref.proxy(
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py448 sys.modules[package_name] = weakref.proxy(mod,

Completed in 53 milliseconds

1...<<11121314151617