Lines Matching defs:qchase
2275 rpz_apply_nsip_trigger(struct module_qstate* ms, struct query_info* qchase,
2290 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2296 ret = rpz_synthesize_nxdomain(r, ms, qchase, az);
2299 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2308 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2312 ret = rpz_synthesize_nsip_localdata(r, ms, qchase, raddr, az);
2313 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, qchase, az); }
2320 ret = rpz_synthesize_cname_override_msg(r, ms, qchase);
2339 rpz_apply_nsdname_trigger(struct module_qstate* ms, struct query_info* qchase,
2354 ret = rpz_synthesize_nxdomain(r, ms, qchase, az);
2357 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2366 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2370 ret = rpz_synthesize_nsdname_localdata(r, ms, qchase, z, match, az);
2371 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, qchase, az); }
2378 ret = rpz_synthesize_cname_override_msg(r, ms, qchase);
2478 is->qchase.qclass, &match);
2501 return rpz_apply_nsip_trigger(ms, &is->qchase, r, raddr, a);
2503 return rpz_apply_nsdname_trigger(ms, &is->qchase, r, z, &match, a);
2540 z = rpz_find_zone(r->local_zones, is->qchase.qname,
2541 is->qchase.qname_len, is->qchase.qclass, 0, 0, 0);
2570 dname_str(is->qchase.qname, nm);
2581 ret = rpz_synthesize_nxdomain(r, ms, &is->qchase, a);
2584 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2593 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2597 ret = rpz_synthesize_qname_localdata_msg(r, ms, &is->qchase, z, a);
2598 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, &is->qchase, a); }
2612 &is->qchase, NULL, ms, r->log_name);