Lines Matching refs:qchase
2298 rpz_apply_nsip_trigger(struct module_qstate* ms, struct query_info* qchase,
2313 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2320 ret = rpz_synthesize_nxdomain(r, ms, qchase, az);
2324 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2334 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2339 ret = rpz_synthesize_nsip_localdata(r, ms, qchase, raddr, az);
2340 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, qchase, az); }
2348 ret = rpz_synthesize_cname_override_msg(r, ms, qchase);
2368 rpz_apply_nsdname_trigger(struct module_qstate* ms, struct query_info* qchase,
2383 ret = rpz_synthesize_nxdomain(r, ms, qchase, az);
2387 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2397 ret = rpz_synthesize_nodata(r, ms, qchase, az);
2402 ret = rpz_synthesize_nsdname_localdata(r, ms, qchase, z, match, az);
2403 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, qchase, az); }
2411 ret = rpz_synthesize_cname_override_msg(r, ms, qchase);
2514 is->qchase.qclass, &match);
2535 ret = rpz_apply_nsip_trigger(ms, &is->qchase, r, raddr, a);
2537 ret = rpz_apply_nsdname_trigger(ms, &is->qchase, r, z, &match, a);
2577 z = rpz_find_zone(r->local_zones, is->qchase.qname,
2578 is->qchase.qname_len, is->qchase.qclass, 0, 0, 0);
2607 dname_str(is->qchase.qname, nm);
2618 ret = rpz_synthesize_nxdomain(r, ms, &is->qchase, a);
2622 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2632 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2637 ret = rpz_synthesize_qname_localdata_msg(r, ms, &is->qchase, z, a);
2638 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, &is->qchase, a); }
2653 &is->qchase, NULL, ms, r->log_name);