Home
last modified time | relevance | path

Searched refs:tag_actions (Results 1 – 10 of 10) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dacl_list.c203 if(!node->tag_actions) { in acl_list_tag_action_cfg()
204 node->tag_actions = (uint8_t*)regional_alloc_zero(acl->region, in acl_list_tag_action_cfg()
205 sizeof(*node->tag_actions)*cfg->num_tags); in acl_list_tag_action_cfg()
206 if(!node->tag_actions) { in acl_list_tag_action_cfg()
226 node->tag_actions[tagid] = (uint8_t)t; in acl_list_tag_action_cfg()
H A Dacl_list.h98 uint8_t* tag_actions; member
H A Dworker.c1326 acladdr->taglen, acladdr->tag_actions, in worker_handle_request()
1422 cinfo_tmp.tag_actions = acladdr->tag_actions; in worker_handle_request()
/dports/devel/re2c/re2c-2.2/src/codegen/
H A Dgen_state.cc603 append(tag_actions, code_stmt(alc, o.flush())); in gen_settags()
605 append(tag_actions, code_text(alc, o.flush())); in gen_settags()
608 gen_assign(output, tag_actions, opts->yyctxmarker, opts->yycursor); in gen_settags()
621 gen_assign(output, tag_actions, le, re); in gen_settags()
625 gen_assign(output, tag_actions, le, re); in gen_settags()
631 gen_settag(output, tag_actions, le, negative, true); in gen_settags()
633 gen_shift(output, tag_actions, -1, le, true); in gen_settags()
640 gen_settag(output, tag_actions, le, negative, false); in gen_settags()
642 gen_shift(output, tag_actions, -1, le, false); in gen_settags()
652 append(tag_actions, code_stmt(alc, o.flush())); in gen_settags()
[all …]
H A Dcode.h743 void gen_settags(Output &output, CodeList *tag_actions, const DFA &dfa, tcid_t tcid,
/dports/dns/unbound/unbound-1.14.0/respip/
H A Drespip.h67 uint8_t* tag_actions; member
H A Drespip.c868 const uint8_t* tag_actions; in respip_rewrite_reply() local
892 tag_actions = cinfo->tag_actions; in respip_rewrite_reply()
932 tag_actions, tag_actions_size, in respip_rewrite_reply()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dmesh.c180 if(ci_a->tag_actions && !ci_b->tag_actions) in client_info_compare()
182 if(!ci_a->tag_actions && ci_b->tag_actions) in client_info_compare()
184 if(ci_a->tag_actions && ci_b->tag_actions) { in client_info_compare()
185 cmp = memcmp(ci_a->tag_actions, ci_b->tag_actions, in client_info_compare()
/dports/audio/ampache/ampache-php74-5.0.0/public/themes/reborn/templates/
H A Ddefault.css1558 .box-content #tag_filter .tag_actions {
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog3828 tag_actions element.