Home | History | Annotate | Download | only in iterator

Lines Matching refs:fwd

101  * @param fwd: to delete.
103 void forwards_delete(struct iter_forwards* fwd);
107 * @param fwd: where to store.
111 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
120 * @param fwd: forward storage.
126 struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname,
139 * @param fwd: forward storage.
146 struct delegpt* forwards_lookup(struct iter_forwards* fwd,
151 * @param fwd: forward storage.
156 struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
163 * @param fwd: the forward storage
168 int forwards_next_root(struct iter_forwards* fwd, uint16_t* qclass,
174 * @param fwd: forward storage.
177 size_t forwards_get_mem(struct iter_forwards* fwd);
179 /** compare two fwd entries */
187 * @param fwd: the forward data structure
194 int forwards_add_zone(struct iter_forwards* fwd, uint16_t c,
202 * @param fwd: the forward data structure
207 void forwards_delete_zone(struct iter_forwards* fwd, uint16_t c,
216 * @param fwd: the forward data structure
222 int forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c,
229 * @param fwd: the forward data structure
234 void forwards_delete_stub_hole(struct iter_forwards* fwd, uint16_t c,
240 * @param fwd: the forward data structure.
244 void forwards_swap_tree(struct iter_forwards* fwd, struct iter_forwards* data);