Lines Matching refs:regional
46 struct regional;
182 * @param regional: where to allocate it.
185 struct delegpt* delegpt_create(struct regional* regional);
190 * @param regional: where to allocate it.
193 struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* regional);
198 * @param regional: where to allocate the name copy.
202 int delegpt_set_name(struct delegpt* dp, struct regional* regional,
208 * @param regional: where to allocate the info.
215 int delegpt_add_ns(struct delegpt* dp, struct regional* regional,
221 * @param regional: where to allocate the info.
226 int delegpt_rrset_add_ns(struct delegpt* dp, struct regional* regional,
232 * @param regional: where to allocate the info.
243 int delegpt_add_target(struct delegpt* dp, struct regional* regional,
250 * @param regional: where to allocate the info.
256 int delegpt_add_rrset_A(struct delegpt* dp, struct regional* regional,
262 * @param regional: where to allocate the info.
268 int delegpt_add_rrset_AAAA(struct delegpt* dp, struct regional* regional,
275 * @param regional: where to allocate the info.
281 int delegpt_add_rrset(struct delegpt* dp, struct regional* regional,
287 * @param regional: where to allocate the info.
297 int delegpt_add_addr(struct delegpt* dp, struct regional* regional,
367 * @param regional: where to allocate delegation point.
372 struct regional* regional);