Home
last modified time | relevance | path

Searched refs:study_flags (Results 1 – 11 of 11) sorted by relevance

/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dregexp.c182 int err_offset, study_flags = 0; in regexp_compile_pcre() local
205 study_flags = PCRE_STUDY_JIT_COMPILE; in regexp_compile_pcre()
209 pre->pcre_extra = pcre_study(pre->pcre, study_flags, &(pre->pcre_errstr)); in regexp_compile_pcre()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dregexp.c222 gint study_flags = 0; in rspamd_regexp_post_process() local
225 study_flags |= PCRE_STUDY_JIT_COMPILE; in rspamd_regexp_post_process()
230 r->extra = pcre_study (r->re, study_flags, &err_str); in rspamd_regexp_post_process()
244 r->raw_extra = pcre_study (r->re, study_flags, &err_str); in rspamd_regexp_post_process()
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dregexp.c222 gint study_flags = 0; in rspamd_regexp_post_process() local
225 study_flags |= PCRE_STUDY_JIT_COMPILE; in rspamd_regexp_post_process()
230 r->extra = pcre_study (r->re, study_flags, &err_str); in rspamd_regexp_post_process()
244 r->raw_extra = pcre_study (r->re, study_flags, &err_str); in rspamd_regexp_post_process()