Home
last modified time | relevance | path

Searched refs:regex_compiled (Results 1 – 25 of 46) sorted by relevance

12

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-parse.c54 static gboolean regex_compiled = FALSE; variable
73 regex_compiled = TRUE; in compile_regex()
186 if (!regex_compiled) in gnc_import_test_numeric()
208 if (!regex_compiled) in gnc_import_test_date()
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/content_filtering/
H A Dfilters.c116 ret = ci_regex_apply(fd->regex_compiled, str, str_len, fd->recursive, matches, fd); in matchBodyRegex()
136 if (ci_regex_apply(fd->regex_compiled, header, -1, 0, matches, fd)) { in matchHeaderRegex()
146 if (ci_regex_apply(fd->regex_compiled, headers->headers[i], -1, 0, matches, fd)) { in matchHeaderRegex()
224 if (ci_regex_apply(fd->regex_compiled, url, url_size, 0, matches, fd)) { in matchUrlRegex()
660 ci_regex_free(fd->regex_compiled); in free_srv_cf_user_filter_data()
721 fd->regex_compiled = NULL; in loadRulesFromFile()
764 fd->regex_compiled = ci_regex_build(fd->regex_str, fd->regex_flags); in loadRulesFromFile()
766 if (!fd->regex_compiled) { in loadRulesFromFile()
843 fd->regex_compiled = NULL; in srv_cf_cfg_match()
849 fd->regex_compiled = ci_regex_build(fd->regex_str, fd->regex_flags); in srv_cf_cfg_match()
[all …]
H A Dfilters.h80 ci_regex_t regex_compiled; member
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/disk/
H A Dscsi_queue138 regex_compiled = re.compile(devfilter_regex)
182 if not regex_compiled.match(blockdev_name):
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/osc/controller/
H A Dags_osc_meter_controller.c1212 if(!regex_compiled){ in ags_osc_meter_controller_monitor_meter_audio()
1492 if(!regex_compiled){ in ags_osc_meter_controller_monitor_meter_audio()
1984 if(!regex_compiled){ in ags_osc_meter_controller_monitor_meter_channel()
1985 regex_compiled = TRUE; in ags_osc_meter_controller_monitor_meter_channel()
2510 if(!regex_compiled){ in ags_osc_meter_controller_monitor_meter_recall()
3157 if(!regex_compiled){ in ags_osc_meter_controller_monitor_meter_enable()
3158 regex_compiled = TRUE; in ags_osc_meter_controller_monitor_meter_enable()
3461 if(!regex_compiled){ in ags_osc_meter_controller_expand_path_audio()
4042 if(!regex_compiled){ in ags_osc_meter_controller_expand_path_channel()
4407 if(!regex_compiled){ in ags_osc_meter_controller_expand_path_recall()
[all …]
H A Dags_osc_renew_controller.c1018 if(!regex_compiled){ in ags_osc_renew_controller_set_data_audio()
1019 regex_compiled = TRUE; in ags_osc_renew_controller_set_data_audio()
1310 if(!regex_compiled){ in ags_osc_renew_controller_set_data_audio()
1964 if(!regex_compiled){ in ags_osc_renew_controller_set_data_channel()
2506 if(!regex_compiled){ in ags_osc_renew_controller_set_data_recall()
3399 if(!regex_compiled){ in ags_osc_renew_controller_real_set_data()
3400 regex_compiled = TRUE; in ags_osc_renew_controller_real_set_data()
3631 if(!regex_compiled){ in ags_osc_renew_controller_real_set_data()
3632 regex_compiled = TRUE; in ags_osc_renew_controller_real_set_data()
3863 if(!regex_compiled){ in ags_osc_renew_controller_real_set_data()
[all …]
H A Dags_osc_node_controller.c1270 if(!regex_compiled){ in ags_osc_node_controller_get_data_audio()
1271 regex_compiled = TRUE; in ags_osc_node_controller_get_data_audio()
1552 if(!regex_compiled){ in ags_osc_node_controller_get_data_audio()
2279 if(!regex_compiled){ in ags_osc_node_controller_get_data_channel()
2811 if(!regex_compiled){ in ags_osc_node_controller_get_data_recall()
3853 if(!regex_compiled){ in ags_osc_node_controller_real_get_data()
3854 regex_compiled = TRUE; in ags_osc_node_controller_real_get_data()
4088 if(!regex_compiled){ in ags_osc_node_controller_real_get_data()
4089 regex_compiled = TRUE; in ags_osc_node_controller_real_get_data()
4320 if(!regex_compiled){ in ags_osc_node_controller_real_get_data()
[all …]
H A Dags_osc_export_controller.c355 static gboolean regex_compiled = FALSE; in ags_osc_export_controller_real_do_export() local
371 if(!regex_compiled){ in ags_osc_export_controller_real_do_export()
372 regex_compiled = TRUE; in ags_osc_export_controller_real_do_export()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/plugin/
H A Dags_lv2_turtle_scanner.c756 static gboolean regex_compiled = FALSE; in ags_lv2_turtle_scanner_load_read_prefix_id() local
766 if(!regex_compiled){ in ags_lv2_turtle_scanner_load_read_prefix_id()
767 regex_compiled = TRUE; in ags_lv2_turtle_scanner_load_read_prefix_id()
847 static gboolean regex_compiled = FALSE; in ags_lv2_turtle_scanner_load_read_base() local
857 if(!regex_compiled){ in ags_lv2_turtle_scanner_load_read_base()
858 regex_compiled = TRUE; in ags_lv2_turtle_scanner_load_read_base()
898 static gboolean regex_compiled = FALSE; in ags_lv2_turtle_scanner_load_read_sparql_prefix() local
908 if(!regex_compiled){ in ags_lv2_turtle_scanner_load_read_sparql_prefix()
909 regex_compiled = TRUE; in ags_lv2_turtle_scanner_load_read_sparql_prefix()
973 if(!regex_compiled){ in ags_lv2_turtle_scanner_load_read_sparql_base()
[all …]
/dports/devel/ncnf/ncnf-3.0.1/src/
H A Dncnf_vr_constr.c116 sed_free(ty->regex_compiled); in _vr_destroy_type()
216 ty->regex_compiled = sed_compile(value); in _vr_new_type()
217 if(ty->regex_compiled == NULL) { in _vr_new_type()
H A Dncnf_vr.h91 sed_t *regex_compiled; member
H A Dncnf_vr.c337 results = sed_exec(ty->regex_compiled, value); in _vr_check_rule()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dicon-module.c62 regex_compiled = TRUE; in g_module_check_init()
64 regex_compiled = FALSE; in g_module_check_init()
H A Dicon-module-theme.i29 static gboolean regex_compiled = FALSE; variable
/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_function.c571 static gboolean regex_compiled = FALSE; in ags_function_literal_solve_expand_functions() local
582 if(!regex_compiled){ in ags_function_literal_solve_expand_functions()
583 regex_compiled = TRUE; in ags_function_literal_solve_expand_functions()
668 static gboolean regex_compiled = FALSE; in ags_function_literal_solve_find_max_exponent() local
H A Dags_turtle.c4162 static gboolean regex_compiled = FALSE; in ags_turtle_load_read_prefix_id() local
4173 if(!regex_compiled){ in ags_turtle_load_read_prefix_id()
4174 regex_compiled = TRUE; in ags_turtle_load_read_prefix_id()
4244 static gboolean regex_compiled = FALSE; in ags_turtle_load_read_base() local
4255 if(!regex_compiled){ in ags_turtle_load_read_base()
4256 regex_compiled = TRUE; in ags_turtle_load_read_base()
4304 static gboolean regex_compiled = FALSE; in ags_turtle_load_read_sparql_prefix() local
4315 if(!regex_compiled){ in ags_turtle_load_read_sparql_prefix()
4316 regex_compiled = TRUE; in ags_turtle_load_read_sparql_prefix()
4382 if(!regex_compiled){ in ags_turtle_load_read_sparql_base()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmdev.c264 bool regex_compiled; member
318 if (G.cur_rule.regex_compiled) in clean_up_cur_rule()
401 G.cur_rule.regex_compiled = 1; in parse_next_rule()
652 if (rule->regex_compiled) { in make_device()
/dports/security/nmap/nmap-7.91/
H A Dservice_scan.h165 pcre *regex_compiled; variable
H A Dservice_scan.cc249 regex_compiled = NULL; in ServiceProbeMatch()
271 if (regex_compiled) pcre_free(regex_compiled); in ~ServiceProbeMatch()
413 regex_compiled = pcre_compile(matchstr, pcre_compile_ops, &pcre_errptr, in InitMatch()
416 if (regex_compiled == NULL) in InitMatch()
420 regex_extra = pcre_study(regex_compiled, 0 in InitMatch()
514 …rc = pcre_exec(regex_compiled, regex_extra, bufc, buflen, 0, 0, ovector, sizeof(ovector) / sizeof(… in testMatch()
/dports/security/pam_p11/pam_p11-0.3.1/src/
H A Dpam_p11.c355 int regex_compiled = 0; in key_login() local
359 regex_compiled = 1; in key_login()
367 if (1 == regex_compiled) { in key_login()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/osc/controller/
H A Dags_ui_osc_renew_controller.c1067 static gboolean regex_compiled = FALSE; in ags_ui_osc_renew_controller_check_message_callback() local
1083 if(!regex_compiled){ in ags_ui_osc_renew_controller_check_message_callback()
1084 regex_compiled = TRUE; in ags_ui_osc_renew_controller_check_message_callback()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/file/
H A Dags_sfz_file.c1666 static gboolean regex_compiled = FALSE; in ags_sfz_file_parse() local
1734 if(!regex_compiled){ in ags_sfz_file_parse()
1735 regex_compiled = TRUE; in ags_sfz_file_parse()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_cmpfunc.cc4953 if (regex_compiled) in regcomp()
4959 regex_compiled= 0; in regcomp()
4982 regex_compiled= 1; in regcomp()
5020 if (!regex_compiled && args[1]->const_item()) in fix_fields()
5072 if (regex_compiled) in cleanup()
5075 regex_compiled=0; in cleanup()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc5474 if (regex_compiled) in regcomp()
5480 regex_compiled= 0; in regcomp()
5503 regex_compiled= 1; in regcomp()
5543 if (!regex_compiled && args[1]->const_item()) in fix_fields()
5595 if (regex_compiled) in cleanup()
5598 regex_compiled=0; in cleanup()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc5474 if (regex_compiled) in regcomp()
5480 regex_compiled= 0; in regcomp()
5503 regex_compiled= 1; in regcomp()
5543 if (!regex_compiled && args[1]->const_item()) in fix_fields()
5595 if (regex_compiled) in cleanup()
5598 regex_compiled=0; in cleanup()

12