Home
last modified time | relevance | path

Searched refs:nghttp2_session_mem_send (Results 1 - 14 of 14) sorted by relevance

/third_party/nghttp2/fuzz/
H A Dfuzz_target.cc43 auto n = nghttp2_session_mem_send(session, &data); in send_pending()
H A Dfuzz_target_fdp.cc47 auto n = nghttp2_session_mem_send(session, &data); in send_pending()
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc629 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 Dshrpx_http2_upstream.cc720 // 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 Dshrpx_http2_session.cc1788 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 DHttpServer.cc614 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 Dnghttp.cc1294 auto len = nghttp2_session_mem_send(session, &data); in on_write()
/third_party/nghttp2/tests/
H A Dfailmalloc_test.c259 txdatalen = nghttp2_session_mem_send(session, &txdata); in run_nghttp2_session_send_server()
H A Dnghttp2_session_test.c1812 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 Dnghttp2.h930 * `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 Dnghttp2.h925 * `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 Dnode_http2.cc1755 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 Dnghttp2_session.c3516 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 Dnghttp2_session.c3511 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