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()
324 static CURLcode cf_h2_proxy_ctx_init(struct Curl_cfilter *cf, in cf_h2_proxy_ctx_init()
411 static CURLcode proxy_h2_nw_out_flush(struct Curl_cfilter *cf, in proxy_h2_nw_out_flush()
441 static int proxy_h2_process_pending_input(struct Curl_cfilter *cf, in proxy_h2_process_pending_input()
475 static CURLcode proxy_h2_progress_ingress(struct Curl_cfilter *cf, in proxy_h2_progress_ingress()
523 static CURLcode proxy_h2_progress_egress(struct Curl_cfilter *cf, in proxy_h2_progress_egress()
545 struct Curl_cfilter *cf = userp; in on_session_send() local
646 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_send() local
666 struct Curl_cfilter *cf = userp; in proxy_h2_on_frame_recv() local
745 struct Curl_cfilter *cf = userp; in proxy_h2_on_header() local
813 struct Curl_cfilter *cf = userp; in tunnel_send_callback() local
850 struct Curl_cfilter *cf = userp; in tunnel_recv_callback() local
876 struct Curl_cfilter *cf = userp; in proxy_h2_on_stream_close() local
895 struct Curl_cfilter *cf, in proxy_h2_submit()
950 static CURLcode submit_CONNECT(struct Curl_cfilter *cf, in submit_CONNECT()
982 static CURLcode inspect_response(struct Curl_cfilter *cf, in inspect_response()
1023 static CURLcode H2_CONNECT(struct Curl_cfilter *cf, in H2_CONNECT()
1087 static CURLcode cf_h2_proxy_connect(struct Curl_cfilter *cf, in cf_h2_proxy_connect()
1143 static void cf_h2_proxy_close(struct Curl_cfilter *cf, struct Curl_easy *data) in cf_h2_proxy_close()
1158 static void cf_h2_proxy_destroy(struct Curl_cfilter *cf, in cf_h2_proxy_destroy()
1170 static CURLcode cf_h2_proxy_shutdown(struct Curl_cfilter *cf, in cf_h2_proxy_shutdown()
1214 static bool cf_h2_proxy_data_pending(struct Curl_cfilter *cf, in cf_h2_proxy_data_pending()
1225 static void cf_h2_proxy_adjust_pollset(struct Curl_cfilter *cf, in cf_h2_proxy_adjust_pollset()
1276 static ssize_t h2_handle_tunnel_close(struct Curl_cfilter *cf, in h2_handle_tunnel_close()
1310 static ssize_t tunnel_recv(struct Curl_cfilter *cf, struct Curl_easy *data, in tunnel_recv()
1348 static ssize_t cf_h2_proxy_recv(struct Curl_cfilter *cf, in cf_h2_proxy_recv()
1396 static ssize_t cf_h2_proxy_send(struct Curl_cfilter *cf, in cf_h2_proxy_send()
1484 static CURLcode cf_h2_proxy_flush(struct Curl_cfilter *cf, in cf_h2_proxy_flush()
1516 static bool proxy_h2_connisalive(struct Curl_cfilter *cf, in proxy_h2_connisalive()
1553 static bool cf_h2_proxy_is_alive(struct Curl_cfilter *cf, in cf_h2_proxy_is_alive()
1569 static CURLcode cf_h2_proxy_query(struct Curl_cfilter *cf, in cf_h2_proxy_query()
1593 static CURLcode cf_h2_proxy_cntrl(struct Curl_cfilter *cf, in cf_h2_proxy_cntrl()
1634 CURLcode Curl_cf_h2_proxy_insert_after(struct Curl_cfilter *cf, in Curl_cf_h2_proxy_insert_after()