Symbol: canon_rr
sbin/unwind/libunbound/validator/val_sigcrypt.c
1015
struct canon_rr* r1 = (struct canon_rr*)k1;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1016
struct canon_rr* r2 = (struct canon_rr*)k2;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1032
rbtree_type* sortree, struct canon_rr* rrs)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1191
struct canon_rr *rrs1, *rrs2, *p1, *p2;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1224
rrs1 = regional_alloc(region, sizeof(struct canon_rr)*d1->count);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1225
rrs2 = regional_alloc(region, sizeof(struct canon_rr)*d2->count);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1235
p1 = (struct canon_rr*)rbtree_first(&sortree1);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1236
p2 = (struct canon_rr*)rbtree_first(&sortree2);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1237
while(p1 != (struct canon_rr*)RBTREE_NULL &&
sbin/unwind/libunbound/validator/val_sigcrypt.c
1238
p2 != (struct canon_rr*)RBTREE_NULL) {
sbin/unwind/libunbound/validator/val_sigcrypt.c
1246
p1 = (struct canon_rr*)rbtree_next(&p1->node);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1247
p2 = (struct canon_rr*)rbtree_next(&p2->node);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1275
struct canon_rr* walk;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1276
struct canon_rr* rrs;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1285
rrs = regional_alloc(region, sizeof(struct canon_rr)*d->count);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1298
RBTREE_FOR(walk, struct canon_rr*, (*sortree)) {
sbin/unwind/libunbound/validator/val_sigcrypt.c
1344
struct canon_rr* walk;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1345
struct canon_rr* rrs;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1353
rrs = regional_alloc(region, sizeof(struct canon_rr)*d->count);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1361
RBTREE_FOR(walk, struct canon_rr*, sortree) {
usr.sbin/unbound/validator/val_sigcrypt.c
1015
struct canon_rr* r1 = (struct canon_rr*)k1;
usr.sbin/unbound/validator/val_sigcrypt.c
1016
struct canon_rr* r2 = (struct canon_rr*)k2;
usr.sbin/unbound/validator/val_sigcrypt.c
1032
rbtree_type* sortree, struct canon_rr* rrs)
usr.sbin/unbound/validator/val_sigcrypt.c
1191
struct canon_rr *rrs1, *rrs2, *p1, *p2;
usr.sbin/unbound/validator/val_sigcrypt.c
1224
rrs1 = regional_alloc(region, sizeof(struct canon_rr)*d1->count);
usr.sbin/unbound/validator/val_sigcrypt.c
1225
rrs2 = regional_alloc(region, sizeof(struct canon_rr)*d2->count);
usr.sbin/unbound/validator/val_sigcrypt.c
1235
p1 = (struct canon_rr*)rbtree_first(&sortree1);
usr.sbin/unbound/validator/val_sigcrypt.c
1236
p2 = (struct canon_rr*)rbtree_first(&sortree2);
usr.sbin/unbound/validator/val_sigcrypt.c
1237
while(p1 != (struct canon_rr*)RBTREE_NULL &&
usr.sbin/unbound/validator/val_sigcrypt.c
1238
p2 != (struct canon_rr*)RBTREE_NULL) {
usr.sbin/unbound/validator/val_sigcrypt.c
1246
p1 = (struct canon_rr*)rbtree_next(&p1->node);
usr.sbin/unbound/validator/val_sigcrypt.c
1247
p2 = (struct canon_rr*)rbtree_next(&p2->node);
usr.sbin/unbound/validator/val_sigcrypt.c
1275
struct canon_rr* walk;
usr.sbin/unbound/validator/val_sigcrypt.c
1276
struct canon_rr* rrs;
usr.sbin/unbound/validator/val_sigcrypt.c
1285
rrs = regional_alloc(region, sizeof(struct canon_rr)*d->count);
usr.sbin/unbound/validator/val_sigcrypt.c
1298
RBTREE_FOR(walk, struct canon_rr*, (*sortree)) {
usr.sbin/unbound/validator/val_sigcrypt.c
1344
struct canon_rr* walk;
usr.sbin/unbound/validator/val_sigcrypt.c
1345
struct canon_rr* rrs;
usr.sbin/unbound/validator/val_sigcrypt.c
1353
rrs = regional_alloc(region, sizeof(struct canon_rr)*d->count);
usr.sbin/unbound/validator/val_sigcrypt.c
1361
RBTREE_FOR(walk, struct canon_rr*, sortree) {