Home
last modified time | relevance | path

Searched refs:get_client (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http1_session.cc58 auto client = session->get_client(); in htp_statuscb()
74 auto client = session->get_client(); in htp_msg_completecb()
111 auto client = session->get_client(); in htp_hdr_keycb()
122 auto client = session->get_client(); in htp_hdr_valcb()
139 auto client = session->get_client(); in htp_body_cb()
298 Client *Http1Session::get_client() { return client_; } in get_client() function in h2load::Http1Session
Dh2load_http1_session.h48 Client *get_client();
Dnghttp.cc1725 HttpClient *get_client(void *user_data) { in get_client() function
1734 auto client = get_client(user_data); in on_data_chunk_recv_callback()
1856 auto client = get_client(user_data); in on_begin_headers_callback()
1978 auto client = get_client(user_data); in on_frame_recv_callback2()
2164 auto client = get_client(user_data); in on_stream_close_callback()
/third_party/elfutils/libdwfl/
DChangeLog79 Rename get_client to dwfl_get_debuginfod_client and make it public.
89 (get_client): Use pthread_once to call __libdwfl_debuginfod_init.