Home
last modified time | relevance | path

Searched refs:OVECCOUNT (Results 1 – 25 of 82) sorted by relevance

1234

/dports/security/modsecurity3/modsecurity-v3.0.5/src/utils/
H A Dregex.cc90 int ovector[OVECCOUNT]; in searchAll()
96 s.size(), offset, 0, ovector, OVECCOUNT); in searchAll()
122 int ovector[OVECCOUNT]; in searchOneMatch()
124 int rc = pcre_exec(m_pc, m_pce, subject, s.size(), 0, 0, ovector, OVECCOUNT); in searchOneMatch()
147 int ovector[OVECCOUNT]; in searchGlobal()
152 …nt rc = pcre_exec(m_pc, m_pce, subject, s.length(), startOffset, pcre_options, ovector, OVECCOUNT); in searchGlobal()
199 int ovector[OVECCOUNT]; in search()
201 s.size(), 0, 0, ovector, OVECCOUNT) > 0; in search()
213 int ovector[OVECCOUNT]; in search()
215 s.size(), 0, 0, ovector, OVECCOUNT) > 0; in search()
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A Dpcredemo.c23 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
37 int ovector[OVECCOUNT]; in main()
105 OVECCOUNT); /* number of elements in the output vector */ in main()
137 rc = OVECCOUNT/3; in main()
251 OVECCOUNT); /* number of elements in the output vector */ in main()
284 rc = OVECCOUNT/3; in main()
/dports/www/middleman/middleman/pcre/
H A Dpcredemo.c10 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
17 int ovector[OVECCOUNT]; in main()
53 OVECCOUNT); /* number of elements in the output vector */ in main()
78 rc = OVECCOUNT/3; in main()
/dports/biology/ncbi-toolkit/ncbi/regexp/demo/
H A Dpcredemo.c10 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
17 int ovector[OVECCOUNT]; in main()
53 OVECCOUNT); /* number of elements in the output vector */ in main()
78 rc = OVECCOUNT/3; in main()
/dports/net/ngrep/ngrep-1.45/pcre-5.0/
H A Dpcredemo.c23 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
37 int ovector[OVECCOUNT]; in main()
106 OVECCOUNT); /* number of elements in the output vector */ in main()
139 rc = OVECCOUNT/3; in main()
257 OVECCOUNT); /* number of elements in the output vector */ in main()
291 rc = OVECCOUNT/3; in main()
/dports/news/tin/tin-2.4.5/pcre/
H A Dpcredemo.c23 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
37 int ovector[OVECCOUNT]; in main()
106 OVECCOUNT); /* number of elements in the output vector */ in main()
139 rc = OVECCOUNT/3; in main()
257 OVECCOUNT); /* number of elements in the output vector */ in main()
291 rc = OVECCOUNT/3; in main()
/dports/chinese/tin/tin-2.4.5/pcre/
H A Dpcredemo.c23 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
37 int ovector[OVECCOUNT]; in main()
106 OVECCOUNT); /* number of elements in the output vector */ in main()
139 rc = OVECCOUNT/3; in main()
257 OVECCOUNT); /* number of elements in the output vector */ in main()
291 rc = OVECCOUNT/3; in main()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/external-libs/pcre-8.02/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
57 int ovector[OVECCOUNT]; in main()
126 OVECCOUNT); /* number of elements in the output vector */ in main()
159 rc = OVECCOUNT/3; in main()
277 OVECCOUNT); /* number of elements in the output vector */ in main()
311 rc = OVECCOUNT/3; in main()
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dparser.c126 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_ftp()
136 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_ftp()
205 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_web()
216 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_web()
308 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_squid()
317 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_squid()
549 int ovector[OVECCOUNT]; /* RE substring offsets array */ in identify_log_format()
566 rc = pcre_exec(cmp_log_regexp_domino, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
573 rc = pcre_exec(cmp_log_regexp_clf, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
580 rc = pcre_exec(cmp_log_regexp_xferlog, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
[all …]
/dports/www/awffull/awffull-3.10.2/src/
H A Dparser.c126 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_ftp()
136 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_ftp()
205 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_web()
216 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_web()
308 int ovector[OVECCOUNT]; /* RE substring offsets array */ in parse_record_squid()
317 rc = pcre_exec(cmp_log_regexp, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in parse_record_squid()
549 int ovector[OVECCOUNT]; /* RE substring offsets array */ in identify_log_format()
566 rc = pcre_exec(cmp_log_regexp_domino, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
573 rc = pcre_exec(cmp_log_regexp_clf, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
580 rc = pcre_exec(cmp_log_regexp_xferlog, NULL, buffer, buffer_length, 0, 0, ovector, OVECCOUNT); in identify_log_format()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/devel/pcre/pcre-8.45/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */
59 int ovector[OVECCOUNT];
129 OVECCOUNT); /* number of elements in the output vector */
162 rc = OVECCOUNT/3;
321 OVECCOUNT); /* number of elements in the output vector */
373 rc = OVECCOUNT/3;
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/databases/mariadb104-server/mariadb-10.4.24/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/pcre/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/pcre-8.42/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/regexp/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/regexp/
H A Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Dstring.c352 int OVECCOUNT = 60; in string_get_regex_group() local
357 int ovector[OVECCOUNT]; in string_get_regex_group()
389 OVECCOUNT); /* number of elements in the output vector */ in string_get_regex_group()
442 int OVECCOUNT = 60; in string_get_int_after_last_space() local
448 int ovector[OVECCOUNT]; in string_get_int_after_last_space()
482 OVECCOUNT); /* number of elements in the output vector */ in string_get_int_after_last_space()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_regexp.c38 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in gmtlib_regexp_match()
98 OVECCOUNT); /* number of elements in the output vector */ in gmtlib_regexp_match()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dregex_pcre.h45 #define OVECCOUNT 300 macro
75 int ovector[OVECCOUNT];
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dregex_pcre.h45 #define OVECCOUNT 300 macro
75 int ovector[OVECCOUNT];
/dports/www/c-icap/c_icap-0.5.10/
H A Dregex.c115 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
127 int ovector[OVECCOUNT]; in ci_regex_apply()
133 rc = pcre_exec(regex, NULL, str, str_length, offset, 0, ovector, OVECCOUNT); in ci_regex_apply()

1234