Home
last modified time | relevance | path

Searched refs:nghttp2_option_del (Results 1 - 12 of 12) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() function
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc216 nghttp2_option_del(opt); in on_connect()
H A Dshrpx_config.cc90 nghttp2_option_del(upstreamconf.option); in ~Config()
91 nghttp2_option_del(upstreamconf.alt_mode_option); in ~Config()
96 nghttp2_option_del(downstreamconf.option); in ~Config()
H A DHttpServer.cc269 nghttp2_option_del(option_); in ~Sessions()
H A Dnghttp.cc135 Config::~Config() { nghttp2_option_del(http2_option); } in ~Config()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1231 nghttp2_option_del(option); in test_nghttp2_session_recv_data_no_auto_flow_control()
2416 nghttp2_option_del(option); in test_nghttp2_session_recv_extension()
2626 nghttp2_option_del(option); in test_nghttp2_session_recv_altsvc()
2772 nghttp2_option_del(option); in test_nghttp2_session_recv_origin()
2975 nghttp2_option_del(option); in test_nghttp2_session_recv_priority_update()
3823 nghttp2_option_del(option); in test_nghttp2_session_on_settings_received()
3961 nghttp2_option_del(option); in test_nghttp2_session_on_settings_received()
4293 nghttp2_option_del(option); in test_nghttp2_session_on_ping_received()
4640 nghttp2_option_del(option); in test_nghttp2_session_on_altsvc_received()
6017 nghttp2_option_del(op in test_nghttp2_submit_headers_continuation_extra_large()
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2511 * `nghttp2_option_del()` to free its memory.
2527 NGHTTP2_EXTERN void nghttp2_option_del(nghttp2_option *option);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2506 * `nghttp2_option_del()` to free its memory.
2522 NGHTTP2_EXTERN void nghttp2_option_del(nghttp2_option *option);
/third_party/node/src/
H A Dnode_http2.h107 Nghttp2Deleter<nghttp2_option, nghttp2_option_del>>;
/third_party/curl/lib/
H A Dcf-h2-proxy.c289 nghttp2_option_del(o); in proxy_h2_client_new()
H A Dhttp2.c352 nghttp2_option_del(o); in h2_client_new()

Completed in 40 milliseconds