Symbol: domain_limit_data
sbin/unwind/libunbound/services/cache/infra.c
163
static struct domain_limit_data* domain_limit_findcreate(
sbin/unwind/libunbound/services/cache/infra.c
169
struct domain_limit_data* d;
sbin/unwind/libunbound/services/cache/infra.c
180
d = (struct domain_limit_data*)name_tree_find(domain_limits, nm,
sbin/unwind/libunbound/services/cache/infra.c
188
d = (struct domain_limit_data*)calloc(1, sizeof(*d));
sbin/unwind/libunbound/services/cache/infra.c
215
struct domain_limit_data* d;
sbin/unwind/libunbound/services/cache/infra.c
399
free(((struct domain_limit_data*)n)->node.name);
sbin/unwind/libunbound/services/cache/infra.c
921
struct domain_limit_data* d = (struct domain_limit_data*)
sbin/unwind/libunbound/services/cache/infra.c
931
d = (struct domain_limit_data*)d->node.parent;
sbin/unwind/libunbound/services/cache/infra.c
935
d = (struct domain_limit_data*)d->node.parent;
usr.sbin/unbound/services/cache/infra.c
163
static struct domain_limit_data* domain_limit_findcreate(
usr.sbin/unbound/services/cache/infra.c
169
struct domain_limit_data* d;
usr.sbin/unbound/services/cache/infra.c
180
d = (struct domain_limit_data*)name_tree_find(domain_limits, nm,
usr.sbin/unbound/services/cache/infra.c
188
d = (struct domain_limit_data*)calloc(1, sizeof(*d));
usr.sbin/unbound/services/cache/infra.c
215
struct domain_limit_data* d;
usr.sbin/unbound/services/cache/infra.c
399
free(((struct domain_limit_data*)n)->node.name);
usr.sbin/unbound/services/cache/infra.c
921
struct domain_limit_data* d = (struct domain_limit_data*)
usr.sbin/unbound/services/cache/infra.c
931
d = (struct domain_limit_data*)d->node.parent;
usr.sbin/unbound/services/cache/infra.c
935
d = (struct domain_limit_data*)d->node.parent;