/third_party/libwebsockets/lib/core-net/client/ |
D | connect.c | 41 struct client_info_stash *stash = wsi->stash; in lws_http_client_connect_via_info2() local 44 lwsl_wsi_debug(wsi, "stash %p", stash); in lws_http_client_connect_via_info2() 46 if (!stash) in lws_http_client_connect_via_info2() 49 wsi->a.opaque_user_data = wsi->stash->opaque_user_data; in lws_http_client_connect_via_info2() 51 if (stash->cis[CIS_METHOD] && (!strcmp(stash->cis[CIS_METHOD], "RAW") || in lws_http_client_connect_via_info2() 52 !strcmp(stash->cis[CIS_METHOD], "MQTT"))) in lws_http_client_connect_via_info2() 61 if (hnames[n] && stash->cis[n] && in lws_http_client_connect_via_info2() 62 lws_hdr_simple_create(wsi, hnames[n], stash->cis[n])) in lws_http_client_connect_via_info2() 67 lws_free_set_NULL(wsi->stash); in lws_http_client_connect_via_info2() 76 lws_free_set_NULL(wsi->stash); in lws_http_client_connect_via_info2() [all …]
|
D | connect4.c | 88 if (wsi->stash) in lws_client_connect_4_established() 89 wsi->stash->cis[CIS_ADDRESS] = in lws_client_connect_4_established()
|
D | connect2.c | 286 if (wsi->stash) 287 iface = wsi->stash->cis[CIS_IFACE];
|
/third_party/rust/crates/clap/examples/ |
D | git.md | 16 stash 32 stash 72 $ git stash -h 73 Usage: git[EXE] stash [OPTIONS] 74 git[EXE] stash <COMMAND> 86 $ git stash push -h 87 Usage: git[EXE] stash push [OPTIONS] 93 $ git stash pop -h 94 Usage: git[EXE] stash pop [STASH] 102 $ git stash -m "Prototype" [all …]
|
D | git-derive.md | 18 stash 34 stash 74 $ git-derive stash -h 75 Usage: git-derive[EXE] stash [OPTIONS] 76 git-derive[EXE] stash <COMMAND> 88 $ git-derive stash push -h 89 Usage: git-derive[EXE] stash push [OPTIONS] 95 $ git-derive stash pop -h 96 Usage: git-derive[EXE] stash pop [STASH] 104 $ git-derive stash -m "Prototype" [all …]
|
D | git-derive.rs | 90 Pop { stash: Option<String> }, 91 Apply { stash: Option<String> }, 144 Commands::Stash(stash) => { in main() 145 let stash_cmd = stash.command.unwrap_or(StashCommands::Push(stash.push)); in main() 150 StashCommands::Pop { stash } => { in main() 153 StashCommands::Apply { stash } => { in main()
|
D | git.rs | 109 let stash = sub_matches.get_one::<String>("STASH"); in main() localVariable 113 let stash = sub_matches.get_one::<String>("STASH"); in main() localVariable
|
/third_party/libwebsockets/lib/roles/http/ |
D | cookie.c | 286 struct client_info_stash *stash; in lws_cookie_write_nsc() local 300 stash = wsi->stash ? wsi->stash : lws_get_network_wsi(wsi)->stash; in lws_cookie_write_nsc() 301 if (stash) { in lws_cookie_write_nsc() 302 ads = stash->cis[CIS_ADDRESS]; in lws_cookie_write_nsc() 303 path = stash->cis[CIS_PATH]; in lws_cookie_write_nsc() 409 struct client_info_stash *stash; in lws_cookie_attach_cookies() local 418 stash = wsi->stash ? wsi->stash : lws_get_network_wsi(wsi)->stash; in lws_cookie_attach_cookies() 419 if (!stash || !stash->cis[CIS_ADDRESS] || in lws_cookie_attach_cookies() 420 !stash->cis[CIS_PATH]) in lws_cookie_attach_cookies() 431 domain = stash->cis[CIS_ADDRESS]; in lws_cookie_attach_cookies() [all …]
|
/third_party/libwebsockets/lib/tls/ |
D | tls-sessions.c | 48 if (!wsi->stash) in lws_tls_session_tag_from_wsi() 51 host = wsi->stash->cis[CIS_HOST]; in lws_tls_session_tag_from_wsi() 53 host = wsi->stash->cis[CIS_ADDRESS]; in lws_tls_session_tag_from_wsi()
|
D | tls-jit-trust.c | 99 if (wsi->stash && wsi->stash->cis[CIS_HOST]) in lws_tls_jit_trust_sort_kids() 100 host = wsi->stash->cis[CIS_HOST]; in lws_tls_jit_trust_sort_kids()
|
/third_party/astc-encoder/jenkins/ |
D | release.Jenkinsfile | 155 stash name: 'astcenc-linux-x64', includes: '*.zip' 156 stash name: 'astcenc-linux-x64-hash', includes: '*.zip.sha256' 197 stash name: 'astcenc-windows-x64', includes: '*.zip' 198 stash name: 'astcenc-windows-x64-hash', includes: '*.zip.sha256' 252 stash name: 'astcenc-macos-x64', includes: '*.zip' 253 stash name: 'astcenc-macos-x64-hash', includes: '*.zip.sha256' 307 stash name: 'astcenc-macos-aarch64', includes: '*.zip' 308 stash name: 'astcenc-macos-aarch64-hash', includes: '*.zip.sha256'
|
D | nightly.Jenkinsfile | 93 stash name: 'astcenc-linux-x64', includes: '*.zip' 149 stash name: 'astcenc-windows-x64-cl', includes: '*.zip' 201 stash name: 'astcenc-windows-x64-clangcl', includes: '*.zip' 249 stash name: 'astcenc-macos-x64', includes: '*.zip'
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 79 if (wsi->stash) in lws_ssl_client_bio_create() 80 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], sizeof(hostname)); in lws_ssl_client_bio_create() 129 if (wsi->stash) { in lws_ssl_client_bio_create() 130 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], in lws_ssl_client_bio_create() 132 if (wsi->stash->cis[CIS_ALPN]) in lws_ssl_client_bio_create() 133 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create()
|
/third_party/node/tools/dep_updaters/ |
D | update-zlib.sh | 19 git stash -- "$DEPS_DIR/zlib/zconf.h" 23 git stash drop
|
/third_party/libwebsockets/lib/core-net/ |
D | close.c | 253 if (wsi->stash) in __lws_free_wsi() 254 lws_free_set_NULL(wsi->stash); in __lws_free_wsi() 465 lws_free_set_NULL(wsi->stash); in __lws_close_free_wsi() 946 if (wsi->stash->cis[CIS_ALPN]) in __lws_close_free_wsi_final() 947 lws_strncpy(wsi->alpn, wsi->stash->cis[CIS_ALPN], in __lws_close_free_wsi_final() 963 if (wsi->stash && wsi->stash->cis[CIS_ADDRESS]) { in __lws_close_free_wsi_final() 966 wsi->stash->cis[CIS_ADDRESS], in __lws_close_free_wsi_final()
|
D | socks5-client.c | 154 n = (ssize_t)strlen(wsi->stash->cis[CIS_ADDRESS]); in lws_socks5c_generate_msg() 173 memcpy(p, wsi->stash->cis[CIS_ADDRESS], (size_t)n); in lws_socks5c_generate_msg()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 236 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_mqtt() 240 if (!wsi->stash->cis[CIS_METHOD] && !wsi->stash->cis[CIS_ALPN]) in rops_client_bind_mqtt() 241 wsi->stash->cis[CIS_ALPN] = "x-amzn-mqtt-ca"; in rops_client_bind_mqtt()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 246 if (wsi->stash) { in lws_ssl_client_bio_create() 247 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], sizeof(hostname)); in lws_ssl_client_bio_create() 250 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create() 394 if (wsi->stash) in lws_ssl_client_bio_create() 395 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create()
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 988 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_h1() 1002 if (!wsi->stash->cis[CIS_METHOD] && !wsi->stash->cis[CIS_ALPN]) in rops_client_bind_h1() 1003 wsi->stash->cis[CIS_ALPN] = "http/1.1"; in rops_client_bind_h1()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 169 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_raw_proxy()
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 1188 if (wsi->stash && wsi->stash->cis[CIS_PATH] && in lws_generate_client_handshake() 1189 wsi->stash->cis[CIS_PATH][0]) in lws_generate_client_handshake() 1190 path = wsi->stash->cis[CIS_PATH]; in lws_generate_client_handshake()
|
/third_party/libwebsockets/lib/system/metrics/ |
D | metrics.c | 630 if (wsi->stash && wsi->stash->cis[CIS_HOST]) in lws_metrics_hist_bump_describe_wsi() 632 wsi->stash->cis[CIS_HOST]); in lws_metrics_hist_bump_describe_wsi()
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | pngcp.dfa | 47 # Pre-libpng 1.7 pngcp has to stash text chunks manually, post 1.7 without this
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 2577 if (wsi->stash && wsi->stash->cis[CIS_PATH]) { in lws_h2_client_handshake() 2578 path = wsi->stash->cis[CIS_PATH]; in lws_h2_client_handshake() 2595 if (!n && wsi->stash && wsi->stash->cis[CIS_ADDRESS]) { in lws_h2_client_handshake() 2596 n = (int)strlen(wsi->stash->cis[CIS_ADDRESS]); in lws_h2_client_handshake() 2597 simp = wsi->stash->cis[CIS_ADDRESS]; in lws_h2_client_handshake()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 322 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD])
|