Lines Matching defs:dns_notify_t
172 typedef struct dns_notify dns_notify_t;
367 ISC_LIST(dns_notify_t) notifies;
703 ISC_LINK(dns_notify_t) link;
985 notify_find_address(dns_notify_t *notify);
987 notify_send(dns_notify_t *notify);
12088 dns_notify_t *notify;
12247 dns_notify_t *notify;
12346 notify_destroy(dns_notify_t *notify, bool locked) {
12389 notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) {
12390 dns_notify_t *notify;
12395 *notify = (dns_notify_t){
12415 dns_notify_t *notify = (dns_notify_t *)find->cbarg;
12441 notify_find_address(dns_notify_t *notify) {
12487 notify_send_queue(dns_notify_t *notify, bool startup) {
12497 dns_notify_t *notify = (dns_notify_t *)arg;
12675 notify_send(dns_notify_t *notify) {
12679 dns_notify_t *newnotify = NULL;
12859 dns_notify_t *notify = NULL;
12969 dns_notify_t *notify = NULL;
16163 dns_notify_t *notify = dns_request_getarg(request);