Lines Matching refs:qflags

404 	struct respip_client_info* cinfo, uint16_t qflags,  in mesh_new_client()  argument
416 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_client()
464 qinfo, qid, qflags, edns); in mesh_new_client()
483 qinfo, qid, qflags, edns); in mesh_new_client()
506 if(!mesh_state_add_reply(s, edns, rep, qid, qflags, qinfo)) { in mesh_new_client()
568 qinfo, qid, qflags, edns); in mesh_new_client()
579 uint16_t qflags, struct edns_data* edns, sldns_buffer* buf, in mesh_new_callback() argument
589 uint16_t mesh_flags = qflags&(BIT_RD|BIT_CD); in mesh_new_callback()
634 if(!mesh_state_add_cb(s, edns, buf, cb, cb_arg, qid, qflags)) { in mesh_new_callback()
677 struct query_info* qinfo, uint16_t qflags, time_t leeway, int run, in mesh_schedule_prefetch() argument
683 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch()
758 struct query_info* qinfo, uint16_t qflags, time_t leeway, int run, in mesh_schedule_prefetch_subnet() argument
769 uint16_t mesh_flags = BIT_RD|(qflags&BIT_CD); in mesh_schedule_prefetch_subnet()
841 uint16_t qflags, time_t leeway, int rpz_passthru, in mesh_new_prefetch() argument
848 mesh_schedule_prefetch_subnet(mesh, qinfo, qflags, leeway, 1, in mesh_new_prefetch()
852 mesh_schedule_prefetch(mesh, qinfo, qflags, leeway, 1, in mesh_new_prefetch()
871 struct respip_client_info* cinfo, uint16_t qflags, int prime, in mesh_state_create() argument
917 mstate->s.query_flags = (qflags & (BIT_RD|BIT_CD)); in mesh_state_create()
1101 uint16_t qflags, int prime, int valrec, struct module_qstate** newq, in mesh_add_sub() argument
1106 *sub = mesh_area_find(mesh, NULL, qinfo, qflags, in mesh_add_sub()
1117 *sub = mesh_state_create(qstate->env, qinfo, NULL, qflags, prime, in mesh_add_sub()
1147 uint16_t qflags, int prime, int valrec, struct module_qstate** newq) in mesh_attach_sub() argument
1152 if(!mesh_add_sub(qstate, qinfo, qflags, prime, valrec, newq, &sub)) in mesh_attach_sub()
1260 r->qflags, r->buf, 0, 1, in mesh_do_callback()
1352 if(m->s.env->need_to_validate && (!(r->qflags&BIT_CD) || in mesh_send_reply()
1384 prev && prev_buffer && prev->qflags == r->qflags && in mesh_send_reply()
1421 r->qflags, &r->edns); in mesh_send_reply()
1448 r->qflags, r_buffer, 0, 1, m->s.env->scratch, in mesh_send_reply()
1458 &m->s.qinfo, r->qid, r->qflags, &r->edns); in mesh_send_reply()
1663 uint16_t qflags, int prime, int valrec) in mesh_area_find() argument
1672 key.s.query_flags = qflags; in mesh_area_find()
1685 uint16_t qid, uint16_t qflags) in mesh_state_add_cb() argument
1706 r->qflags = qflags; in mesh_state_add_cb()
1714 struct comm_reply* rep, uint16_t qid, uint16_t qflags, in mesh_state_add_reply() argument
1733 r->qflags = qflags; in mesh_state_add_reply()
1798 uint16_t* qflags) in mesh_copy_qinfo() argument
1811 *qflags = mstate->s.query_flags; in mesh_copy_qinfo()
1888 uint16_t qflags; in mesh_continue() local
1909 mesh_copy_qinfo(mstate, &qinfo, &qflags); in mesh_continue()
1926 mesh_new_prefetch(mesh, qinfo, qflags, 0, in mesh_continue()