Home
last modified time | relevance | path

Searched refs:auth_nextprobe (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h63 struct auth_nextprobe;
230 struct auth_nextprobe* task_nextprobe;
294 struct auth_nextprobe { struct
H A Dauthzone.c7075 xfr->task_nextprobe = (struct auth_nextprobe*)calloc(1, in auth_xfer_new()
7076 sizeof(struct auth_nextprobe)); in auth_xfer_new()