Home
last modified time | relevance | path

Searched refs:st_h2o_http3_req_scheduler_t (Results 1 – 2 of 2) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http3/
H A Dserver.c31 static int compare_node(struct st_h2o_http3_req_scheduler_t *sched, const struct st_h2o_http3_req_s… in compare_node()
44 static struct sched_node_t *get_top_node(struct st_h2o_http3_req_scheduler_t *sched) in get_top_node()
54 static void run_once(struct st_h2o_http3_req_scheduler_t *sched) in run_once()
63 struct st_h2o_http3_req_scheduler_t sched; in test_scheduler()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c33 struct st_h2o_http3_req_scheduler_t { struct
56 typedef int (*h2o_http3_req_scheduler_compare_cb)(struct st_h2o_http3_req_scheduler_t *sched, argument
161 struct st_h2o_http3_req_scheduler_t reqs;
247 static void req_scheduler_init(struct st_h2o_http3_req_scheduler_t *sched) in req_scheduler_init()
259 static void req_scheduler_activate(struct st_h2o_http3_req_scheduler_t *sched, struct st_h2o_http3_… in req_scheduler_activate()
286 static void req_scheduler_update_smallest_urgency_post_removal(struct st_h2o_http3_req_scheduler_t in req_scheduler_update_smallest_urgency_post_removal()
301 static void req_scheduler_deactivate(struct st_h2o_http3_req_scheduler_t *sched, struct st_h2o_http… in req_scheduler_deactivate()
309 static void req_scheduler_setup_for_next(struct st_h2o_http3_req_scheduler_t *sched, struct st_h2o_… in req_scheduler_setup_for_next()
319 static void req_scheduler_conn_blocked(struct st_h2o_http3_req_scheduler_t *sched, struct st_h2o_ht… in req_scheduler_conn_blocked()
329 static void req_scheduler_unblock_conn_blocked(struct st_h2o_http3_req_scheduler_t *sched, h2o_http… in req_scheduler_unblock_conn_blocked()
[all …]