Searched refs:CIS_ALPN (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 1635 cisin[CIS_ALPN] = wsi->alpn; in lws_client_reset() 1653 if (!cisin[CIS_ALPN] || !cisin[CIS_ALPN][0]) in lws_client_reset() 1655 cisin[CIS_ALPN] = "h2,http/1.1"; in lws_client_reset() 1657 cisin[CIS_ALPN] = "http/1.1"; in lws_client_reset() 1661 __func__, address, port, path, ssl, cisin[CIS_ALPN]); in lws_client_reset()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 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/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 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/roles/h1/ |
D | ops-h1.c | 1000 if (!wsi->stash->cis[CIS_METHOD] && !wsi->stash->cis[CIS_ALPN]) in rops_client_bind_h1() 1001 wsi->stash->cis[CIS_ALPN] = "http/1.1"; in rops_client_bind_h1()
|
/third_party/libwebsockets/lib/core-net/ |
D | close.c | 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()
|
D | private-lib-core-net.h | 223 CIS_ALPN, enumerator
|
D | vhost.c | 1739 const char *my_alpn = lws_wsi_client_stash_item(wsi, CIS_ALPN,
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 248 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create() 393 alpn_comma = wsi->stash->cis[CIS_ALPN]; in lws_ssl_client_bio_create()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect.c | 361 cisin[CIS_ALPN] = i->alpn; in lws_client_connect_via_info()
|