Lines Matching defs:cf
82 static CURLcode tunnel_stream_init(struct Curl_cfilter *cf, in tunnel_stream_init()
119 static void h2_tunnel_go_state(struct Curl_cfilter *cf, in h2_tunnel_go_state()
191 #define CF_CTX_CALL_DATA(cf) \ argument
216 static void drain_tunnel(struct Curl_cfilter *cf, in drain_tunnel()
240 struct Curl_cfilter *cf = reader_ctx; in proxy_nw_in_reader() local
259 struct Curl_cfilter *cf = writer_ctx; in proxy_h2_nw_out_writer() local
275 static int proxy_h2_client_new(struct Curl_cfilter *cf, in proxy_h2_client_new()
326 static CURLcode cf_h2_proxy_ctx_init(struct Curl_cfilter *cf, in cf_h2_proxy_ctx_init()
413 static CURLcode proxy_h2_nw_out_flush(struct Curl_cfilter *cf, in proxy_h2_nw_out_flush()
443 static int proxy_h2_process_pending_input(struct Curl_cfilter *cf, in proxy_h2_process_pending_input()
477 static CURLcode proxy_h2_progress_ingress(struct Curl_cfilter *cf, in proxy_h2_progress_ingress()
525 static CURLcode proxy_h2_progress_egress(struct Curl_cfilter *cf, in proxy_h2_progress_egress()
547 struct Curl_cfilter *cf = userp; in on_session_send() local
648 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_send() local
668 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_recv() local
747 struct Curl_cfilter *cf = userp; in proxy_h2_on_header() local
815 struct Curl_cfilter *cf = userp; in tunnel_send_callback() local
852 struct Curl_cfilter *cf = userp; in tunnel_recv_callback() local
878 struct Curl_cfilter *cf = userp; in proxy_h2_on_stream_close() local
897 struct Curl_cfilter *cf, in proxy_h2_submit()
952 static CURLcode submit_CONNECT(struct Curl_cfilter *cf, in submit_CONNECT()
984 static CURLcode inspect_response(struct Curl_cfilter *cf, in inspect_response()
1025 static CURLcode H2_CONNECT(struct Curl_cfilter *cf, in H2_CONNECT()
1089 static CURLcode cf_h2_proxy_connect(struct Curl_cfilter *cf, in cf_h2_proxy_connect()
1145 static void cf_h2_proxy_close(struct Curl_cfilter *cf, struct Curl_easy *data) in cf_h2_proxy_close()
1160 static void cf_h2_proxy_destroy(struct Curl_cfilter *cf, in cf_h2_proxy_destroy()
1172 static CURLcode cf_h2_proxy_shutdown(struct Curl_cfilter *cf, in cf_h2_proxy_shutdown()
1216 static bool cf_h2_proxy_data_pending(struct Curl_cfilter *cf, in cf_h2_proxy_data_pending()
1227 static void cf_h2_proxy_adjust_pollset(struct Curl_cfilter *cf, in cf_h2_proxy_adjust_pollset()
1278 static ssize_t h2_handle_tunnel_close(struct Curl_cfilter *cf, in h2_handle_tunnel_close()
1312 static ssize_t tunnel_recv(struct Curl_cfilter *cf, struct Curl_easy *data, in tunnel_recv()
1350 static ssize_t cf_h2_proxy_recv(struct Curl_cfilter *cf, in cf_h2_proxy_recv()
1398 static ssize_t cf_h2_proxy_send(struct Curl_cfilter *cf, in cf_h2_proxy_send()
1486 static CURLcode cf_h2_proxy_flush(struct Curl_cfilter *cf, in cf_h2_proxy_flush()
1518 static bool proxy_h2_connisalive(struct Curl_cfilter *cf, in proxy_h2_connisalive()
1555 static bool cf_h2_proxy_is_alive(struct Curl_cfilter *cf, in cf_h2_proxy_is_alive()
1571 static CURLcode cf_h2_proxy_query(struct Curl_cfilter *cf, in cf_h2_proxy_query()
1595 static CURLcode cf_h2_proxy_cntrl(struct Curl_cfilter *cf, in cf_h2_proxy_cntrl()
1636 CURLcode Curl_cf_h2_proxy_insert_after(struct Curl_cfilter *cf, in Curl_cf_h2_proxy_insert_after()