Symbol: comm_point_get_mem
sbin/unwind/libunbound/services/authzone.c
8776
m += comm_point_get_mem(xfr->task_probe->cp);
sbin/unwind/libunbound/services/authzone.c
8782
m += comm_point_get_mem(xfr->task_transfer->cp);
sbin/unwind/libunbound/services/listen_dnsport.c
2104
s += comm_point_get_mem(p->com);
sbin/unwind/libunbound/services/outside_network.c
3949
comm_point_get_mem(pif->out[i]->cp);
sbin/unwind/libunbound/services/outside_network.c
3976
s += sizeof(*pc) + comm_point_get_mem(pc->cp);
sbin/unwind/libunbound/services/outside_network.c
3988
s += comm_point_get_mem(outnet->tcp_conns[i]->c);
sbin/unwind/libunbound/util/netevent.c
6907
s += comm_point_get_mem(c->tcp_handlers[i]);
sbin/unwind/libunbound/util/netevent.h
785
size_t comm_point_get_mem(struct comm_point* c);
usr.sbin/unbound/daemon/worker.c
159
+ comm_point_get_mem(worker->cmd_com)
usr.sbin/unbound/services/authzone.c
8776
m += comm_point_get_mem(xfr->task_probe->cp);
usr.sbin/unbound/services/authzone.c
8782
m += comm_point_get_mem(xfr->task_transfer->cp);
usr.sbin/unbound/services/listen_dnsport.c
2104
s += comm_point_get_mem(p->com);
usr.sbin/unbound/services/outside_network.c
3949
comm_point_get_mem(pif->out[i]->cp);
usr.sbin/unbound/services/outside_network.c
3976
s += sizeof(*pc) + comm_point_get_mem(pc->cp);
usr.sbin/unbound/services/outside_network.c
3988
s += comm_point_get_mem(outnet->tcp_conns[i]->c);
usr.sbin/unbound/util/netevent.c
6907
s += comm_point_get_mem(c->tcp_handlers[i]);
usr.sbin/unbound/util/netevent.h
785
size_t comm_point_get_mem(struct comm_point* c);