Searched refs:nghttp2_session_client_new (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 895 nghttp2_session_client_new(&session, &callbacks, NULL); in test_nghttp2_session_recv_eof() 918 nghttp2_session_client_new(&session, &callbacks, &ud); in test_nghttp2_session_recv_data() 942 nghttp2_session_client_new(&session, &callbacks, &ud); in test_nghttp2_session_recv_data() 1635 nghttp2_session_client_new(&session, &callbacks, &ud); in test_nghttp2_session_recv_headers_with_padding() 1898 nghttp2_session_client_new(&session, &callbacks, NULL); in test_nghttp2_session_recv_headers_with_extpri() 2033 nghttp2_session_client_new(&session, &callbacks, &ud); in test_nghttp2_session_recv_premature_headers() 2153 nghttp2_session_client_new(&session, &callbacks, &ud); in test_nghttp2_session_recv_settings_header_table_size() 3185 CU_ASSERT(0 == nghttp2_session_client_new(&session, &callbacks, &user_data)); in test_nghttp2_session_add_frame() 3312 nghttp2_session_client_new(&session, &callbacks, &user_data); in test_nghttp2_session_on_request_headers_received() 3328 nghttp2_session_client_new( in test_nghttp2_session_on_request_headers_received() [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 764 rv = nghttp2_session_client_new(&session_, callbacks, this); in connection_made()
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 384 nghttp2_session_client_new(&session_data->session, callbacks, session_data); in initialize_nghttp2_session()
|
H A D | client.c | 581 rv = nghttp2_session_client_new(&connection.session, callbacks, &connection); in fetch_uri() 586 diec("nghttp2_session_client_new", rv); in fetch_uri()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1325 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1411 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1431 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1468 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1497 * argument passed in to the call to `nghttp2_session_client_new()` or 1529 * the call to `nghttp2_session_client_new()` or 1560 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1582 * argument passed in to the call to `nghttp2_session_client_new()` or 1611 * argument passed in to the call to `nghttp2_session_client_new()` or 2814 nghttp2_session_client_new(nghttp2_sessio [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1320 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1406 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1426 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1463 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1492 * argument passed in to the call to `nghttp2_session_client_new()` or 1524 * the call to `nghttp2_session_client_new()` or 1555 * `nghttp2_session_client_new()` or `nghttp2_session_server_new()`. 1577 * argument passed in to the call to `nghttp2_session_client_new()` or 1606 * argument passed in to the call to `nghttp2_session_client_new()` or 2798 nghttp2_session_client_new(nghttp2_sessio [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 663 int nghttp2_session_client_new(nghttp2_session **session_ptr, in nghttp2_session_client_new() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 658 int nghttp2_session_client_new(nghttp2_session **session_ptr, in nghttp2_session_client_new() function
|
Completed in 43 milliseconds