• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/unbound/util/

Lines Matching refs:comm_base

106 	struct comm_base* base;
134 struct comm_base* base;
153 struct comm_base *base, struct comm_point* parent, size_t bufsize,
159 struct comm_base*
162 struct comm_base* b = (struct comm_base*)calloc(1,
163 sizeof(struct comm_base));
185 struct comm_base*
188 struct comm_base* b = (struct comm_base*)calloc(1,
189 sizeof(struct comm_base));
203 comm_base_delete(struct comm_base* b)
220 comm_base_delete_no_base(struct comm_base* b)
236 comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv)
243 comm_base_dispatch(struct comm_base* b)
253 void comm_base_exit(struct comm_base* b)
260 void comm_base_set_slow_accept_handlers(struct comm_base* b,
268 struct ub_event_base* comm_base_internal(struct comm_base* b)
831 struct comm_base* b = (struct comm_base*)arg;
872 struct comm_base* b = c->ev->base;
3186 comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
3245 comm_point_create_udp_ancil(struct comm_base *base, int fd,
3305 comm_point_create_tcp_handler(struct comm_base *base,
3400 comm_point_create_http_handler(struct comm_base *base,
3516 comm_point_create_tcp(struct comm_base *base, int fd, int num,
3614 comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
3679 comm_point_create_http_out(struct comm_base *base, size_t bufsize,
3748 comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
3814 comm_point_create_raw(struct comm_base* base, int fd, int writing,
4145 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
4226 comm_signal_create(struct comm_base* base,