Home
last modified time | relevance | path

Searched refs:pcre_extra (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/dports/textproc/modlogan/modlogan-0.8.13/src/input/postfix/
H A Dplugin_config.h68 pcre_extra *match_syslog_extra_postfix;
69 pcre_extra *match_syslog_extra_amavis;
70 pcre_extra *match_postfix_extra_from;
71 pcre_extra *match_postfix_extra_to;
73 pcre_extra *match_postfix_extra_smtpd;
74 pcre_extra *match_postfix_extra_smtp;
75 pcre_extra *match_postfix_extra_pickup;
77 pcre_extra *match_postfix_extra_pipe;
78 pcre_extra *match_postfix_extra_reload;
80 pcre_extra *match_postfix_extra_daemon;
[all …]
/dports/lang/see/see-3.1.1424/libsee/
H A Dregex_pcre.c67 pcre_extra * pcre_extra; member
151 if (regex->pcre_extra) {
153 regex->pcre_extra = 0;
172 pcre_extra *pcre_extra; local
215 if (!pcre_extra && errptr) {
224 (*pcre_free)(pcre_extra);
234 if (!pcre_extra) {
235 pcre_extra = SEE_NEW(interp, struct pcre_extra);
236 pcre_extra->flags = 0;
246 regex->pcre_extra = pcre_extra;
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dregexp.c16 int uwsgi_regexp_build(char *re, pcre ** pattern, pcre_extra ** pattern_extra) { in uwsgi_regexp_build()
29 *pattern_extra = (pcre_extra *) pcre_study((const pcre *) *pattern, opt, &errstr); in uwsgi_regexp_build()
40 int uwsgi_regexp_match(pcre * pattern, pcre_extra * pattern_extra, char *subject, int length) { in uwsgi_regexp_match()
42 …return pcre_exec((const pcre *) pattern, (const pcre_extra *) pattern_extra, subject, length, 0, 0… in uwsgi_regexp_match()
45 int uwsgi_regexp_match_ovec(pcre * pattern, pcre_extra * pattern_extra, char *subject, int length, … in uwsgi_regexp_match_ovec()
48 …return pcre_exec((const pcre *) pattern, (const pcre_extra *) pattern_extra, subject, length, 0, 0… in uwsgi_regexp_match_ovec()
50 …return pcre_exec((const pcre *) pattern, (const pcre_extra *) pattern_extra, subject, length, 0, 0… in uwsgi_regexp_match_ovec()
53 int uwsgi_regexp_ovector(pcre * pattern, pcre_extra * pattern_extra) { in uwsgi_regexp_ovector()
57 …if (pcre_fullinfo((const pcre *) pattern, (const pcre_extra *) pattern_extra, PCRE_INFO_CAPTURECOU… in uwsgi_regexp_ovector()
/dports/textproc/modlogan/modlogan-0.8.13/src/input/ippl/
H A Dplugin_config.h73 pcre_extra *match_ipmon_extra;
80 pcre_extra *match_linetype_extra;
83 pcre_extra *match_tcp_extra;
85 pcre_extra *match_udp_extra;
87 pcre_extra *match_icmp_extra;
89 pcre_extra *match_rep_extra;
/dports/textproc/modlogan/modlogan-0.8.13/src/input/clf/
H A Dplugin_config.h62 pcre_extra *match_clf_extra;
64 pcre_extra *match_clf_extended_extra;
66 pcre_extra *match_clf_squid_extra;
69 pcre_extra *match_timestamp_extra;
71 pcre_extra *match_url_extra;
73 pcre_extra *match_referrer_extra;
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dregexp.c50 pcre_extra *pcre_extra; member
83 pcre_free_study(pre->pcre_extra); in regexp_free()
85 pre->pcre_extra = NULL; in regexp_free()
210 if (pre->pcre_extra == NULL) { in regexp_compile_pcre()
336 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
337 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
340 pre->pcre_extra->flags |= PCRE_EXTRA_MATCH_LIMIT; in regexp_exec_pcre()
341 pre->pcre_extra->match_limit = match_limit; in regexp_exec_pcre()
345 if (pre->pcre_extra == NULL) { in regexp_exec_pcre()
346 pre->pcre_extra = pcalloc(pre->regex_pool, sizeof(pcre_extra)); in regexp_exec_pcre()
[all …]
/dports/editors/ssed/sed-3.62/pcre/
H A Dpcre.h77 struct pcre_extra;
79 typedef struct pcre_extra pcre_extra; typedef
101 extern int pcre_exec __PCRE_PROTO ((const pcre *, const pcre_extra *,
109 extern int pcre_info __PCRE_PROTO ((const pcre *, const pcre_extra *, int,
112 extern pcre_extra *pcre_study __PCRE_PROTO ((const pcre *, int, const char **));
/dports/textproc/modlogan/modlogan-0.8.13/src/input/netscape/
H A Dplugin_config.h48 pcre_extra *match_clf_extra;
50 pcre_extra *match_timestamp_extra;
52 pcre_extra *match_referrer_extra;
54 pcre_extra *match_url_extra;
/dports/chinese/tin/tin-2.4.5/pcre/
H A Dpcre.h204 typedef struct pcre_extra { struct
211 } pcre_extra; argument
267 PCRE_DATA_SCOPE int pcre_dfa_exec(const pcre *, const pcre_extra *,
269 PCRE_DATA_SCOPE int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
273 PCRE_DATA_SCOPE int pcre_fullinfo(const pcre *, const pcre_extra *, int,
287 PCRE_DATA_SCOPE pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/devel/cutter/cutter-1.2.6/glib-compatible/pcre/
H A Dpcre.h213 typedef struct pcre_extra { struct
220 } pcre_extra; argument
265 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
267 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
271 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
285 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/news/tin/tin-2.4.5/pcre/
H A Dpcre.h204 typedef struct pcre_extra { struct
211 } pcre_extra; typedef
267 PCRE_DATA_SCOPE int pcre_dfa_exec(const pcre *, const pcre_extra *,
269 PCRE_DATA_SCOPE int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
273 PCRE_DATA_SCOPE int pcre_fullinfo(const pcre *, const pcre_extra *, int,
287 PCRE_DATA_SCOPE pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/security/nmap/nmap-7.91/libpcre/
H A Dpcre.h215 typedef struct pcre_extra { struct
222 } pcre_extra; argument
278 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
280 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
284 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
298 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/games/ldmud/ldmud-3.3.720/src/pcre/
H A Dpcre.h114 typedef struct pcre_extra { struct
119 } pcre_extra; argument
171 extern int pcre_exec(const pcre *, const pcre_extra *,
175 extern int pcre_fullinfo(const pcre *, const pcre_extra *, int,
186 extern pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dpcre.h114 typedef struct pcre_extra { struct
119 } pcre_extra; argument
171 extern int pcre_exec(const pcre *, const pcre_extra *,
175 extern int pcre_fullinfo(const pcre *, const pcre_extra *, int,
186 extern pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A Dpcre.h114 typedef struct pcre_extra { struct
119 } pcre_extra; argument
171 extern int pcre_exec(const pcre *, const pcre_extra *,
175 extern int pcre_fullinfo(const pcre *, const pcre_extra *, int,
186 extern pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/biology/ncbi-toolkit/ncbi/regexp/
H A Dpcre.h68 typedef struct real_pcre_extra pcre_extra; typedef
81 extern int pcre_exec(const pcre *, const pcre_extra *, const char *,
88 extern int pcre_fullinfo(const pcre *, const pcre_extra *, int, void *);
90 extern pcre_extra *pcre_study(const pcre *, int, const char **);
/dports/biology/emboss/EMBOSS-6.6.0/ajax/pcre/
H A Dpcre.h217 typedef struct pcre_extra { struct
224 } pcre_extra; argument
281 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
283 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
287 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
301 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);

12345678910>>...34