Home
last modified time | relevance | path

Searched refs:http2_settings (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
H A Dprivate-lib-roles-h2.h28 struct http2_settings { struct
33 struct http2_settings set;
252 struct http2_settings our_set;
253 struct http2_settings peer_set;
328 lws_h2_settings(struct lws *nwsi, struct http2_settings *settings,
371 extern const struct http2_settings lws_h2_defaults;
H A Dops-h2.c33 const struct http2_settings lws_h2_defaults = { {
61 const struct http2_settings lws_h2_stock_settings = { {
566 if (info->http2_settings[0]) { in rops_init_vhost_h2()
570 vh->h2.set.s[n] = info->http2_settings[n]; in rops_init_vhost_h2()
H A Dhttp2.c109 lws_h2_dump_settings(struct http2_settings *set)
118 lws_h2_dump_settings(struct http2_settings *set) in lws_h2_dump_settings()
504 lws_h2_settings(struct lws *wsi, struct http2_settings *settings, in lws_h2_settings()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-init.c59 const struct http2_settings lws_h2_defaults_esp32 = { {
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc114 auto http2_settings = http->get_downstream()->get_http2_settings(); in upgrade_upstream() local
115 http2_settings = util::to_base64(balloc, http2_settings); in upgrade_upstream()
117 auto settings_payload = base64::decode(balloc, std::begin(http2_settings), in upgrade_upstream()
118 std::end(http2_settings)); in upgrade_upstream()
H A Dshrpx_downstream.cc905 auto http2_settings = req_.fs.header(http2::HD_HTTP2_SETTINGS); in get_http2_settings() local
906 if (!http2_settings) { in get_http2_settings()
909 return http2_settings->value; in get_http2_settings()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h353 uint32_t http2_settings[7]; member
354 /**< VHOST: if http2_settings[0] is nonzero, the values given in
355 * http2_settings[1]..[6] are used instead of the lws
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h471 struct http2_settings set;

Completed in 15 milliseconds