Lines Matching refs:iter_forwards

67 struct iter_forwards* 
70 struct iter_forwards* fwd = (struct iter_forwards*)calloc(1,
71 sizeof(struct iter_forwards));
92 static void fwd_del_tree(struct iter_forwards* fwd)
100 forwards_delete(struct iter_forwards* fwd)
111 forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
144 forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp)
152 fwd_init_parents(struct iter_forwards* fwd)
266 read_forwards(struct iter_forwards* fwd, struct config_file* cfg)
299 fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
312 make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg)
336 make_auth_holes(struct iter_forwards* fwd, struct config_file* cfg)
359 forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg)
396 forwards_find(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
415 forwards_lookup(struct iter_forwards* fwd, uint8_t* qname, uint16_t qclass,
455 forwards_lookup_root(struct iter_forwards* fwd, uint16_t qclass, int nolock)
464 next_root_locked(struct iter_forwards* fwd, uint16_t* dclass)
514 forwards_next_root(struct iter_forwards* fwd, uint16_t* dclass, int nolock)
525 forwards_get_mem(struct iter_forwards* fwd)
541 fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
552 forwards_add_zone(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp,
572 forwards_delete_zone(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
589 forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
608 forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
629 forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data)