/third_party/libwebsockets/lib/roles/http/client/ |
D | client-handshake.c | 120 if (wsi->stash) in lws_client_connect_4_established() 121 wsi->stash->cis[CIS_ADDRESS] = in lws_client_connect_4_established() 866 if (wsi->stash && wsi->stash->cis[CIS_HOST]) 868 lws_strdup(wsi->stash->cis[CIS_HOST]); 904 if (wsi->stash) 905 ads = wsi->stash->cis[CIS_ADDRESS]; 921 if (wsi->stash) 922 iface = wsi->stash->cis[CIS_IFACE]; 1049 char *stash, *p; local 1086 p = stash = lws_malloc(size, __func__); [all …]
|
/third_party/libwebsockets/lib/core-net/ |
D | connect.c | 226 size = sizeof(*wsi->stash); in lws_client_connect_via_info() 236 wsi->stash = lws_malloc(size, "client stash"); in lws_client_connect_via_info() 237 if (!wsi->stash) { in lws_client_connect_via_info() 242 memset(wsi->stash, 0, sizeof(*wsi->stash)); in lws_client_connect_via_info() 244 wsi->opaque_user_data = wsi->stash->opaque_user_data = in lws_client_connect_via_info() 246 pc = (char *)&wsi->stash[1]; in lws_client_connect_via_info() 250 wsi->stash->cis[n] = pc; in lws_client_connect_via_info() 376 lws_free_set_NULL(wsi->stash); in lws_client_connect_via_info()
|
D | socks5-client.c | 151 n = strlen(wsi->stash->cis[CIS_ADDRESS]); in lws_socks5c_generate_msg() 170 memcpy(p, wsi->stash->cis[CIS_ADDRESS], n); in lws_socks5c_generate_msg()
|
D | close.c | 116 lws_free_set_NULL(wsi->stash); in __lws_reset_wsi() 324 lws_free_set_NULL(wsi->stash); in __lws_close_free_wsi()
|
D | wsi.c | 1052 if (wsi->stash) in lws_wsi_client_stash_item() 1053 return wsi->stash->cis[stash_idx]; in lws_wsi_client_stash_item()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 40 if (wsi->stash) in lws_ssl_client_bio_create() 41 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], sizeof(hostname)); in lws_ssl_client_bio_create() 83 if (wsi->stash) { in lws_ssl_client_bio_create() 84 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], sizeof(hostname)); in lws_ssl_client_bio_create() 85 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create()
|
/third_party/uboot/u-boot-2020.01/include/fsl-mc/ |
D | fsl_qbman_portal.h | 45 int stash); 130 int stash);
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 237 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_mqtt() 241 if (!wsi->stash->cis[CIS_METHOD] && !wsi->stash->cis[CIS_ALPN]) in rops_client_bind_mqtt() 242 wsi->stash->cis[CIS_ALPN] = "x-amzn-mqtt-ca"; in rops_client_bind_mqtt()
|
D | mqtt.c | 1038 w->stash = wsi->stash; in _lws_mqtt_rx_parser() 1039 wsi->stash = NULL; in _lws_mqtt_rx_parser()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 145 if (wsi->stash) { in lws_ssl_client_bio_create() 146 lws_strncpy(hostname, wsi->stash->cis[CIS_HOST], sizeof(hostname)); in lws_ssl_client_bio_create() 149 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create() 280 if (wsi->stash) in lws_ssl_client_bio_create() 281 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create()
|
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/dpio/ |
D | qbman_portal.c | 210 int stash) in qbman_eq_desc_set_response() argument 215 qb_attr_code_encode(&code_eq_rsp_stash, cl, !!stash); in qbman_eq_desc_set_response() 284 int stash) in qbman_pull_desc_set_storage() argument 296 qb_attr_code_encode(&code_pull_stash, cl, !!stash); in qbman_pull_desc_set_storage()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | bootstage.c | 62 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 954 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_h1() 968 if (!wsi->stash->cis[CIS_METHOD] && !wsi->stash->cis[CIS_ALPN]) in rops_client_bind_h1() 969 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 | 166 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_raw_proxy()
|
/third_party/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/flutter/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/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/raw-skt/ |
D | ops-raw-skt.c | 273 if (!wsi->user_space && wsi->stash->cis[CIS_METHOD]) in rops_client_bind_raw_skt()
|
/third_party/uboot/u-boot-2020.01/common/spl/ |
D | spl.c | 411 const void *stash = map_sysmem(CONFIG_BOOTSTAGE_STASH_ADDR, in spl_common_init() local 414 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in spl_common_init()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | upgrade.dart | 112 'you stash them via "git stash" or else commit the changes to a local '
|
/third_party/uboot/u-boot-2020.01/common/ |
D | board_f.c | 814 const void *stash = map_sysmem(CONFIG_BOOTSTAGE_STASH_ADDR, in initf_bootstage() local 817 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in initf_bootstage()
|
D | Kconfig | 26 proper, enable BOOTSTAGE_STASH as well. This will stash the timing 35 proper, enable BOOTSTAGE_STASH as well. This will stash the timing 111 'bootstage stash' and 'bootstage unstash' commands to do this on 115 hex "Address to stash boot timing information" 122 hex "Size of boot timing stash region" 125 This should be large enough to hold the bootstage stash. A value of
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.bloblist | 75 Bootstage has a mechanism to 'stash' its records for passing to the next part.
|
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/ |
D | README | 48 . 256-Kbyte L2 cache/L2 memory/L2 stash
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 34 This is done on render pass start, where `QueryVk::onRenderPassStart()` would stash the previous
|