Lines Matching refs:cf_osslq_ctx

99   ((struct cf_osslq_ctx *)(cf)->ctx)->call_data
282 struct cf_osslq_ctx { struct
305 static void cf_osslq_ctx_init(struct cf_osslq_ctx *ctx) in cf_osslq_ctx_init() argument
314 static void cf_osslq_ctx_free(struct cf_osslq_ctx *ctx) in cf_osslq_ctx_free()
325 static void cf_osslq_ctx_close(struct cf_osslq_ctx *ctx) in cf_osslq_ctx_close()
338 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_shutdown()
408 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_close()
429 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_destroy()
450 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_h3conn_add_stream()
484 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_ssl_err()
562 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_verify_peer()
612 struct cf_osslq_ctx *ctx = cf->ctx; in h3_data_setup()
647 struct cf_osslq_ctx *ctx = cf->ctx; in h3_data_done()
670 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_get_qstream()
704 struct cf_osslq_ctx *ctx = cf->ctx; in h3_drain_stream()
735 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_stream_close()
770 struct cf_osslq_ctx *ctx = cf->ctx; in write_resp_raw()
801 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_recv_data()
830 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_deferred_consume()
849 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_recv_header()
910 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_end_headers()
942 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_stop_sending()
961 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_reset_stream()
987 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_read_req_body()
1051 struct cf_osslq_ctx *ctx = cf->ctx; in cb_h3_acked_stream_data()
1097 static CURLcode cf_osslq_h3conn_init(struct cf_osslq_ctx *ctx, SSL *conn, in cf_osslq_h3conn_init()
1157 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_ctx_start()
1308 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_stream_recv()
1404 struct cf_osslq_ctx *ctx = cf->ctx; in cf_progress_ingress()
1464 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_check_and_unblock()
1489 struct cf_osslq_ctx *ctx = cf->ctx; in h3_send_streams()
1605 struct cf_osslq_ctx *ctx = cf->ctx; in cf_progress_egress()
1631 struct cf_osslq_ctx *ctx = cf->ctx; in check_and_set_expiry()
1666 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_connect()
1784 struct cf_osslq_ctx *ctx = cf->ctx; in h3_stream_open()
1913 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_send()
2027 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_recv()
2111 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_data_pending()
2121 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_data_event()
2169 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_conn_is_alive()
2222 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_adjust_pollset()
2255 struct cf_osslq_ctx *ctx = cf->ctx; in cf_osslq_query()
2328 struct cf_osslq_ctx *ctx = NULL; in Curl_cf_osslq_create()