Home
last modified time | relevance | path

Searched refs:NGHTTP2_SETTINGS_ENABLE_PUSH (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-binding.js229 NGHTTP2_SETTINGS_ENABLE_PUSH: 2, property
/third_party/nghttp2/src/
Dh2load_http2_session.cc240 iv[0].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in on_connect()
Dapp_helper.cc70 case NGHTTP2_SETTINGS_ENABLE_PUSH: in strsettingsid()
Dshrpx_http2_upstream.cc1717 NGHTTP2_SETTINGS_ENABLE_PUSH) == 1 && in on_downstream_header_complete()
2236 session_, NGHTTP2_SETTINGS_ENABLE_PUSH) == 0 || in push_enabled()
Dshrpx_http2_session.cc1705 entry[nentry].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in connection_made()
Dnghttp.cc931 iv[niv].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in populate_settings()
/third_party/nghttp2/python/
Dcnghttp2.pxd72 NGHTTP2_SETTINGS_ENABLE_PUSH
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c674 iv[1].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in test_nghttp2_iv_check()
Dnghttp2_session_test.c3398 iv[4].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in test_nghttp2_session_on_settings_received()
3604 nghttp2_settings_entry iv = {NGHTTP2_SETTINGS_ENABLE_PUSH, 0}; in test_nghttp2_session_on_push_promise_received()
4454 iv.settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in test_nghttp2_session_send_push_promise()
5842 iv[1].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in test_nghttp2_submit_settings_multiple_times()
/third_party/nghttp2/lib/
Dnghttp2_session.c4369 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_update_local_settings()
4462 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_on_settings_received()
5268 case NGHTTP2_SETTINGS_ENABLE_PUSH: in inbound_frame_set_settings_entry()
7098 if (iv[i - 1].settings_id == NGHTTP2_SETTINGS_ENABLE_PUSH) { in nghttp2_session_add_settings()
7409 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_get_remote_settings()
7432 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_get_local_settings()
Dnghttp2_frame.c1053 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_iv_check()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c4369 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_update_local_settings()
4462 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_on_settings_received()
5268 case NGHTTP2_SETTINGS_ENABLE_PUSH: in inbound_frame_set_settings_entry()
7098 if (iv[i - 1].settings_id == NGHTTP2_SETTINGS_ENABLE_PUSH) { in nghttp2_session_add_settings()
7409 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_get_remote_settings()
7432 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_session_get_local_settings()
Dnghttp2_frame.c1053 case NGHTTP2_SETTINGS_ENABLE_PUSH: in nghttp2_iv_check()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h685 NGHTTP2_SETTINGS_ENABLE_PUSH = 0x02, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h685 NGHTTP2_SETTINGS_ENABLE_PUSH = 0x02, enumerator
/third_party/curl/lib/
Dhttp2.c688 session, NGHTTP2_SETTINGS_ENABLE_PUSH); in on_frame_recv()
1193 iv[2].settings_id = NGHTTP2_SETTINGS_ENABLE_PUSH; in populate_settings()
/third_party/node/lib/internal/http2/
Dcore.js270 NGHTTP2_SETTINGS_ENABLE_PUSH,
3292 case NGHTTP2_SETTINGS_ENABLE_PUSH:
/third_party/node/src/
Dnode_http2.h1168 V(NGHTTP2_SETTINGS_ENABLE_PUSH) \