Searched refs:nghttp2_session_mem_send (Results 1 - 14 of 14) sorted by relevance
/third_party/nghttp2/fuzz/ |
H A D | fuzz_target.cc | 43 auto n = nghttp2_session_mem_send(session, &data); in send_pending()
|
H A D | fuzz_target_fdp.cc | 47 auto n = nghttp2_session_mem_send(session, &data); in send_pending()
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 629 auto datalen = nghttp2_session_mem_send(session_, &data); in on_write() 632 LOG(ERROR) << "nghttp2_session_mem_send() returned error: " in on_write()
|
H A D | shrpx_http2_upstream.cc | 720 // As long as we use nghttp2_session_mem_send(), setting stream in on_frame_send_callback() 1224 auto datalen = nghttp2_session_mem_send(session_, &data); in on_write() 1227 ULOG(ERROR, this) << "nghttp2_session_mem_send() returned error: " in on_write()
|
H A D | shrpx_http2_session.cc | 1788 auto datalen = nghttp2_session_mem_send(session_, &data); in downstream_write() 1790 SSLOG(ERROR, this) << "nghttp2_session_mem_send() returned error: " in downstream_write()
|
H A D | HttpServer.cc | 614 auto datalen = nghttp2_session_mem_send(session_, &data); in fill_wb() 617 std::cerr << "nghttp2_session_mem_send() returned error: " in fill_wb()
|
H A D | nghttp.cc | 1294 auto len = nghttp2_session_mem_send(session, &data); in on_write()
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 259 txdatalen = nghttp2_session_mem_send(session, &txdata); in run_nghttp2_session_send_server()
|
H A D | nghttp2_session_test.c | 1812 rv = nghttp2_session_mem_send(session, &data); in test_nghttp2_session_recv_headers_for_closed_stream() 4362 datalen = nghttp2_session_mem_send(session, &data); in test_nghttp2_session_on_goaway_received() 6714 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_altsvc() 6798 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_origin() 6838 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_origin() 6874 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_priority_update() 6886 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_priority_update() 6925 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_priority_update() 6936 len = nghttp2_session_mem_send(session, &data); in test_nghttp2_submit_priority_update() 10567 datalen = nghttp2_session_mem_send(sessio in test_nghttp2_session_defer_then_close() [all...] |
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 930 * `nghttp2_session_send()` or `nghttp2_session_mem_send()` without 1329 * the application uses solely `nghttp2_session_mem_send()` instead, 1378 * to make `nghttp2_session_mem_send()` or `nghttp2_session_send()` 1539 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1564 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1587 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1619 * `nghttp2_session_send()`, and `nghttp2_session_mem_send()` 1892 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 2044 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 2156 * uses solely `nghttp2_session_mem_send()` t [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 925 * `nghttp2_session_send()` or `nghttp2_session_mem_send()` without 1324 * the application uses solely `nghttp2_session_mem_send()` instead, 1373 * to make `nghttp2_session_mem_send()` or `nghttp2_session_send()` 1534 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1559 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1582 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 1614 * `nghttp2_session_send()`, and `nghttp2_session_mem_send()` 1887 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 2039 * `nghttp2_session_send()` and `nghttp2_session_mem_send()` functions 2151 * uses solely `nghttp2_session_mem_send()` t [all...] |
/third_party/node/src/ |
H A D | node_http2.cc | 1755 while ((src_length = nghttp2_session_mem_send(session_.get(), &src)) > 0) { in SendPendingData() 1763 // It would seem nice to bail out earlier, but `nghttp2_session_mem_send()` in SendPendingData()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 3516 ssize_t nghttp2_session_mem_send(nghttp2_session *session, in nghttp2_session_mem_send() function 3531 be reached to client before we call nghttp2_session_mem_send in nghttp2_session_mem_send() 8289 in nghttp2_session_mem_send or nghttp2_session_mem_recv is in nghttp2_session_change_stream_priority() 8327 in nghttp2_session_mem_send or nghttp2_session_mem_recv is in nghttp2_session_create_idle_stream()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 3511 ssize_t nghttp2_session_mem_send(nghttp2_session *session, in nghttp2_session_mem_send() function 3526 be reached to client before we call nghttp2_session_mem_send in nghttp2_session_mem_send() 8278 in nghttp2_session_mem_send or nghttp2_session_mem_recv is in nghttp2_session_change_stream_priority() 8316 in nghttp2_session_mem_send or nghttp2_session_mem_recv is in nghttp2_session_create_idle_stream()
|
Completed in 54 milliseconds