Symbol: comm_point_get_mem
sbin/unwind/libunbound/services/authzone.c
8696
m += comm_point_get_mem(xfr->task_probe->cp);
sbin/unwind/libunbound/services/authzone.c
8702
m += comm_point_get_mem(xfr->task_transfer->cp);
sbin/unwind/libunbound/services/listen_dnsport.c
2105
s += comm_point_get_mem(p->com);
sbin/unwind/libunbound/services/outside_network.c
3878
comm_point_get_mem(pif->out[i]->cp);
sbin/unwind/libunbound/services/outside_network.c
3905
s += sizeof(*pc) + comm_point_get_mem(pc->cp);
sbin/unwind/libunbound/services/outside_network.c
3917
s += comm_point_get_mem(outnet->tcp_conns[i]->c);
sbin/unwind/libunbound/util/netevent.c
6896
s += comm_point_get_mem(c->tcp_handlers[i]);
sbin/unwind/libunbound/util/netevent.h
783
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
8696
m += comm_point_get_mem(xfr->task_probe->cp);
usr.sbin/unbound/services/authzone.c
8702
m += comm_point_get_mem(xfr->task_transfer->cp);
usr.sbin/unbound/services/listen_dnsport.c
2105
s += comm_point_get_mem(p->com);
usr.sbin/unbound/services/outside_network.c
3878
comm_point_get_mem(pif->out[i]->cp);
usr.sbin/unbound/services/outside_network.c
3905
s += sizeof(*pc) + comm_point_get_mem(pc->cp);
usr.sbin/unbound/services/outside_network.c
3917
s += comm_point_get_mem(outnet->tcp_conns[i]->c);
usr.sbin/unbound/util/netevent.c
6896
s += comm_point_get_mem(c->tcp_handlers[i]);
usr.sbin/unbound/util/netevent.h
783
size_t comm_point_get_mem(struct comm_point* c);