Lines Matching defs:cf
82 static CURLcode tunnel_stream_init(struct Curl_cfilter *cf, in tunnel_stream_init()
118 static void h2_tunnel_go_state(struct Curl_cfilter *cf, in h2_tunnel_go_state()
189 #define CF_CTX_CALL_DATA(cf) \ argument
214 static void drain_tunnel(struct Curl_cfilter *cf, in drain_tunnel()
236 struct Curl_cfilter *cf = reader_ctx; in proxy_nw_in_reader() local
255 struct Curl_cfilter *cf = writer_ctx; in proxy_h2_nw_out_writer() local
271 static int proxy_h2_client_new(struct Curl_cfilter *cf, in proxy_h2_client_new()
320 static CURLcode cf_h2_proxy_ctx_init(struct Curl_cfilter *cf, in cf_h2_proxy_ctx_init()
407 static CURLcode proxy_h2_nw_out_flush(struct Curl_cfilter *cf, in proxy_h2_nw_out_flush()
437 static int proxy_h2_process_pending_input(struct Curl_cfilter *cf, in proxy_h2_process_pending_input()
471 static CURLcode proxy_h2_progress_ingress(struct Curl_cfilter *cf, in proxy_h2_progress_ingress()
519 static CURLcode proxy_h2_progress_egress(struct Curl_cfilter *cf, in proxy_h2_progress_egress()
541 struct Curl_cfilter *cf = userp; in on_session_send() local
644 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_send() local
664 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_recv() local
743 struct Curl_cfilter *cf = userp; in proxy_h2_on_header() local
811 struct Curl_cfilter *cf = userp; in tunnel_send_callback() local
848 struct Curl_cfilter *cf = userp; in tunnel_recv_callback() local
874 struct Curl_cfilter *cf = userp; in proxy_h2_on_stream_close() local
893 struct Curl_cfilter *cf, in proxy_h2_submit()
948 static CURLcode submit_CONNECT(struct Curl_cfilter *cf, in submit_CONNECT()
977 static CURLcode inspect_response(struct Curl_cfilter *cf, in inspect_response()
1018 static CURLcode H2_CONNECT(struct Curl_cfilter *cf, in H2_CONNECT()
1082 static CURLcode cf_h2_proxy_connect(struct Curl_cfilter *cf, in cf_h2_proxy_connect()
1133 static void cf_h2_proxy_close(struct Curl_cfilter *cf, struct Curl_easy *data) in cf_h2_proxy_close()
1148 static void cf_h2_proxy_destroy(struct Curl_cfilter *cf, in cf_h2_proxy_destroy()
1160 static bool cf_h2_proxy_data_pending(struct Curl_cfilter *cf, in cf_h2_proxy_data_pending()
1171 static void cf_h2_proxy_adjust_pollset(struct Curl_cfilter *cf, in cf_h2_proxy_adjust_pollset()
1198 static ssize_t h2_handle_tunnel_close(struct Curl_cfilter *cf, in h2_handle_tunnel_close()
1232 static ssize_t tunnel_recv(struct Curl_cfilter *cf, struct Curl_easy *data, in tunnel_recv()
1269 static ssize_t cf_h2_proxy_recv(struct Curl_cfilter *cf, in cf_h2_proxy_recv()
1326 static ssize_t cf_h2_proxy_send(struct Curl_cfilter *cf, in cf_h2_proxy_send()
1471 static bool proxy_h2_connisalive(struct Curl_cfilter *cf, in proxy_h2_connisalive()
1508 static bool cf_h2_proxy_is_alive(struct Curl_cfilter *cf, in cf_h2_proxy_is_alive()
1542 CURLcode Curl_cf_h2_proxy_insert_after(struct Curl_cfilter *cf, in Curl_cf_h2_proxy_insert_after()