Searched refs:nghttp2_session_send (Results 1 - 12 of 12) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 780 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv() 868 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_invalid_frame() 876 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_invalid_frame() 986 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_data() 1002 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_data() 1076 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_data() 1133 nghttp2_session_send(session); in test_nghttp2_session_recv_data_no_auto_flow_control() 1205 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_data_no_auto_flow_control() 1223 CU_ASSERT(0 == nghttp2_session_send(session)); in test_nghttp2_session_recv_data_no_auto_flow_control() 1600 nghttp2_session_send(sessio in test_nghttp2_session_recv_headers_with_padding() [all...] |
H A D | failmalloc_test.c | 161 rv = nghttp2_session_send(session); in run_nghttp2_session_send() 176 rv = nghttp2_session_send(session); in run_nghttp2_session_send() 184 rv = nghttp2_session_send(session); in run_nghttp2_session_send() 196 rv = nghttp2_session_send(session); in run_nghttp2_session_send() 205 rv = nghttp2_session_send(session); in run_nghttp2_session_send()
|
/third_party/nghttp2/src/ |
H A D | h2load_http2_session.cc | 292 auto rv = nghttp2_session_send(session_); in on_write()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 299 rv = nghttp2_session_send(session_data->session); in session_send()
|
H A D | libevent-client.c | 442 rv = nghttp2_session_send(session_data->session); in session_send()
|
H A D | client.c | 510 rv = nghttp2_session_send(connection->session); in exec_io() 512 diec("nghttp2_session_send", rv); in exec_io()
|
/third_party/curl/lib/ |
H A D | http2.c | 322 nghttp2_session_send(ctx->h2); in http2_data_done() 639 rc = nghttp2_session_send(ctx->h2); in http2_send_ping() 641 failf(data, "nghttp2_session_send() failed: %s(%d)", in http2_send_ping() 1825 rv = nghttp2_session_send(ctx->h2); in h2_progress_egress() 1829 CURL_TRC_CF(data, cf, "nghttp2_session_send error (%s)%d", in h2_progress_egress()
|
H A D | cf-h2-proxy.c | 527 rv = nghttp2_session_send(ctx->h2); in proxy_h2_progress_egress() 530 CURL_TRC_CF(data, cf, "[0] nghttp2_session_send error (%s)%d", in proxy_h2_progress_egress()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 930 * `nghttp2_session_send()` or `nghttp2_session_mem_send()` without 1328 * `nghttp2_session_send()` to send data to the remote endpoint. If 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 3009 NGHTTP2_EXTERN int nghttp2_session_send(nghttp2_sessio [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 925 * `nghttp2_session_send()` or `nghttp2_session_mem_send()` without 1323 * `nghttp2_session_send()` to send data to the remote endpoint. If 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 2993 NGHTTP2_EXTERN int nghttp2_session_send(nghttp2_sessio [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 3543 int nghttp2_session_send(nghttp2_session *session) { in nghttp2_session_send() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 3538 int nghttp2_session_send(nghttp2_session *session) { in nghttp2_session_send() function
|
Completed in 44 milliseconds