Home
last modified time | relevance | path

Searched refs:rule_matches (Results 1 – 14 of 14) sorted by relevance

/dports/devel/p5-AnyEvent-DBI/AnyEvent-DBI-3.04/t/
H A Dfake-mysql387 my $rule_matches = 0;
393 $rule_matches = 1;
403 $rule_matches = 1 if @placeholders = $query =~ $rule->{match};
405 $rule_matches = 1 if $query eq $rule->{match_string};
407 … [$$] Executing 'match' from rule $i: $rule->{match_string}, result is $rule_matches.\n" if $debug;
409 $rule_matches = 1;
413 next if $rule_matches == 0;
/dports/audio/flite/flite-2.1-release/src/lexicon/
H A Dcst_lts_rewrites.c108 static int rule_matches(const cst_val *LC, const cst_val *RC, in rule_matches() function
144 if (rule_matches(LC,RC,RLC,RA,RRC,r->sets)) in find_rewrite_rule()
/dports/mail/mailfront/mailfront-2.22/
H A Dplugin-mailrules.c405 static int rule_matches(const struct rule* rule, int is_recip) in rule_matches() function
420 prev_and = prev_and && rule_matches(rule, is_recip); in run_rules()
422 else if (prev_and && rule_matches(rule, is_recip)) { in run_rules()
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/lm/
H A Djsgf.c695 int rule_matches; in jsgf_import_rule() local
700 rule_matches = !strncmp(rule_name, rule->name, packlen + 1); in jsgf_import_rule()
704 rule_matches = !strcmp(rule_name, rule->name); in jsgf_import_rule()
707 if (rule->public && rule_matches) { in jsgf_import_rule()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/lm/
H A Djsgf.c807 int rule_matches; in jsgf_import_rule() local
812 rule_matches = !strncmp(rule_name, rule->name, packlen + 1); in jsgf_import_rule()
816 rule_matches = !strcmp(rule_name, rule->name); in jsgf_import_rule()
819 if (rule->is_public && rule_matches) { in jsgf_import_rule()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/lm/
H A Djsgf.c807 int rule_matches; in jsgf_import_rule() local
812 rule_matches = !strncmp(rule_name, rule->name, packlen + 1); in jsgf_import_rule()
816 rule_matches = !strcmp(rule_name, rule->name); in jsgf_import_rule()
819 if (rule->is_public && rule_matches) { in jsgf_import_rule()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dyara_exec.c139 uint32_t rule_matches = 0; in function_read() local
187 if (rule_matches != 0) in function_read()
448 rule_matches++; in function_read()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dyara_exec.c139 uint32_t rule_matches = 0; in function_read() local
187 if (rule_matches != 0) in function_read()
448 rule_matches++; in function_read()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmdev.c642 goto rule_matches; in make_device()
672 rule_matches: in make_device()
/dports/games/wesnoth/wesnoth-1.14.17/src/terrain/
H A Dbuilder.hpp814 …bool rule_matches(const building_rule& rule, const map_location& loc, const terrain_constraint* ty…
H A Dbuilder.cpp1018 bool terrain_builder::rule_matches(const terrain_builder::building_rule& rule, in rule_matches() function in terrain_builder
1204 if(rule_matches(rule, loc, min_constraint)) { in build_terrains()
/dports/net/rsync/rsync-3.2.3/
H A Dexclude.c620 static int rule_matches(const char *fname, filter_rule *ex, int name_flags) in rule_matches() function
765 if (rule_matches(name, ent, name_flags)) { in check_filter()
/dports/net/rsync/rsync-3.2.3/patches/
H A Dignore-case.diff19 @@ -683,16 +683,15 @@ static int rule_matches(const char *fname, filter_rule *ex, int name_flags)
H A Dfilter-attribute-mods.diff93 if (rule_matches(name, ent, name_flags)) {