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

Lines Matching refs:base

408 	/** the communication base */
409 struct comm_base* base;
422 * Create a new comm base.
425 * @return: the new comm base. NULL on error.
430 * Create comm base that uses the given ub_event_base (underlying pluggable
432 * @param base: underlying pluggable event base.
433 * @return: the new comm base. NULL on error.
435 struct comm_base* comm_base_create_event(struct ub_event_base* base);
438 * Delete comm base structure but not the underlying lib event base.
440 * @param b: the base to delete.
445 * Destroy a comm base.
447 * @param b: the base to delete.
454 * @param b: the communication base that will update the time values.
461 * Dispatch the comm base events.
468 * @param b: the communication base that is in dispatch().
475 * @param b: comm base
485 * @param b: comm base
493 * @param base: in which base to alloc the commpoint.
501 struct comm_point* comm_point_create_udp(struct comm_base* base,
509 * @param base: in which base to alloc the commpoint.
517 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
526 * @param base: in which base to alloc the commpoint.
547 struct comm_point* comm_point_create_tcp(struct comm_base* base,
557 * @param base: in which base to alloc the commpoint.
563 struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
568 * @param base: in which base to alloc the commpoint.
576 struct comm_point* comm_point_create_http_out(struct comm_base* base,
582 * @param base: in which base to alloc the commpoint.
589 struct comm_point* comm_point_create_local(struct comm_base* base,
595 * @param base: in which base to alloc the commpoint.
602 struct comm_point* comm_point_create_raw(struct comm_base* base,
688 * @param base: event handling base.
693 struct comm_timer* comm_timer_create(struct comm_base* base,
731 * @param base: communication base to use.
736 struct comm_signal* comm_signal_create(struct comm_base* base,