Searched refs:nghttp2_session_server_new3 (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 238 rv = nghttp2_session_server_new3(&session, callbacks, NULL, NULL, in run_nghttp2_session_send_server() 304 nghttp2_session_server_new3(&session, &callbacks, &ud, NULL, in run_nghttp2_session_recv()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1801 * `nghttp2_session_server_new3()` or `nghttp2_session_client_new3()`, 2942 NGHTTP2_EXTERN int nghttp2_session_server_new3(
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1796 * `nghttp2_session_server_new3()` or `nghttp2_session_client_new3()`, 2926 NGHTTP2_EXTERN int nghttp2_session_server_new3(
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 700 return nghttp2_session_server_new3(session_ptr, callbacks, user_data, NULL, in nghttp2_session_server_new() 707 return nghttp2_session_server_new3(session_ptr, callbacks, user_data, option, in nghttp2_session_server_new2() 711 int nghttp2_session_server_new3(nghttp2_session **session_ptr, in nghttp2_session_server_new3() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 695 return nghttp2_session_server_new3(session_ptr, callbacks, user_data, NULL, in nghttp2_session_server_new() 702 return nghttp2_session_server_new3(session_ptr, callbacks, user_data, option, in nghttp2_session_server_new2() 706 int nghttp2_session_server_new3(nghttp2_session **session_ptr, in nghttp2_session_server_new3() function
|
/third_party/node/src/ |
H A D | node_http2.cc | 501 nghttp2_session_server_new3 : in Http2Session()
|
Completed in 40 milliseconds