Home
last modified time | relevance | path

Searched refs:regexp_compile (Results 1 – 25 of 63) sorted by relevance

123

/dports/net/kamailio/kamailio-5.4.5/src/modules/uac_redirect/
H A Duac_redirect.c66 static int regexp_compile(char *re_s, regex_t **re);
210 if (regexp_compile( s, &filter)<0) { in setf_fixup()
238 static int regexp_compile(char *re_s, regex_t **re) in regexp_compile() function
295 if (regexp_compile(accept_filter_s, &filter)<0) { in redirect_init()
302 if (regexp_compile(deny_filter_s, &filter)<0) { in redirect_init()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dregexp.h15 static inline bool regexp_compile(regex_t *re, const char *pattern, int flags) in regexp_compile() function
23 if (!regexp_compile(&re, pattern, flags | REG_NOSUB)) { in regexp_is_valid()
H A Dregexp.c10 bool compiled = regexp_compile(&re, pattern, REG_NEWLINE | REG_NOSUB); in regexp_match_nosub()
25 bool compiled = regexp_compile(&re, pattern, REG_NEWLINE); in regexp_match()
H A Dfiletype.c67 if (!regexp_compile(&re, str, REG_NEWLINE | REG_NOSUB)) { in add_filetype()
139 compiled = regexp_compile(&re, pat, REG_NEWLINE); in get_interpreter()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxregexp/
H A Dzbxregexp.c61 static int regexp_compile(const char *pattern, int flags, zbx_regexp_t **regexp, const char **err_m… in regexp_compile() function
123 return regexp_compile(pattern, PCRE_MULTILINE | PCRE_NO_AUTO_CAPTURE, regexp, err_msg_static); in zbx_regexp_compile()
125 return regexp_compile(pattern, PCRE_MULTILINE, regexp, err_msg_static); in zbx_regexp_compile()
138 return regexp_compile(pattern, flags, regexp, err_msg_static); in zbx_regexp_compile_ext()
167 if (SUCCEED == regexp_compile(pattern, flags, &curr_regexp, err_msg_static)) in regexp_prepare()
/dports/mail/imapfilter/imapfilter-2.7.5/src/
H A Dregexp.h20 void regexp_compile(regexp *reg);
H A Dregexp.c14 regexp_compile(regexp *reg) in regexp_compile() function
/dports/sysutils/hstr/hstr-2.3/src/include/
H A Dhstr_regexp.h41 int regexp_compile(regex_t* regexp, const char* regexpText);
/dports/sysutils/hstr/hstr-2.3/src/
H A Dhstr_regexp.c71 int regexp_compile(regex_t *regexp, const char *regexpText) in regexp_compile() function
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dregexp.h68 int regexp_compile(struct regexp *r);
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dwavefile.c37 regexp_compile(char *str) in regexp_compile() function
58 #define regexp_compile(s) regcomp(s) macro
119 format_tab[i].creg = regexp_compile(format_tab[i].fnrexp); in wf_read()

123