Lines Matching refs:comm_base
146 struct comm_base* base;
178 struct comm_base* base;
197 struct comm_base *base, struct comm_point* parent, size_t bufsize,
203 struct comm_base*
206 struct comm_base* b = (struct comm_base*)calloc(1,
207 sizeof(struct comm_base));
229 struct comm_base*
232 struct comm_base* b = (struct comm_base*)calloc(1,
233 sizeof(struct comm_base));
247 comm_base_delete(struct comm_base* b)
264 comm_base_delete_no_base(struct comm_base* b)
280 comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv)
287 comm_base_dispatch(struct comm_base* b)
297 void comm_base_exit(struct comm_base* b)
304 void comm_base_set_slow_accept_handlers(struct comm_base* b,
312 struct ub_event_base* comm_base_internal(struct comm_base* b)
472 struct comm_base* b = c->ev->base;
787 struct comm_base* b = c->ev->base;
2716 const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
2961 struct comm_base* b = (struct comm_base*)arg;
3002 struct comm_base* b = c->ev->base;
5720 comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
5784 comm_point_create_udp_ancil(struct comm_base *base, int fd,
5848 comm_point_create_doq(struct comm_base *base, int fd, sldns_buffer* buffer,
5935 comm_point_create_tcp_handler(struct comm_base *base,
6033 comm_point_create_http_handler(struct comm_base *base,
6153 comm_point_create_tcp(struct comm_base *base, int fd, int num,
6255 comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
6322 comm_point_create_http_out(struct comm_base *base, size_t bufsize,
6393 comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
6461 comm_point_create_raw(struct comm_base* base, int fd, int writing,
6864 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
6946 comm_signal_create(struct comm_base* base,