Home
last modified time | relevance | path

Searched refs:ovector_count (Results 1 – 25 of 48) sorted by relevance

12

/dports/textproc/sigil/Sigil-1.8.0/src/PCRE/
H A DSPCRE.cpp172 int ovector_count = getCaptureSubpatternCount(); in getEveryMatchInfo() local
174 if (ovector_count > PCRE_MAX_CAPTURE_GROUPS) { in getEveryMatchInfo()
175 ovector_count = PCRE_MAX_CAPTURE_GROUPS; in getEveryMatchInfo()
180 int ovector_size = (1 + ovector_count) * 3; in getEveryMatchInfo()
201 info.append(generateMatchInfo(ovector, ovector_count)); in getEveryMatchInfo()
222 int ovector_count = getCaptureSubpatternCount(); in getFirstMatchInfo() local
224 if (ovector_count > PCRE_MAX_CAPTURE_GROUPS) { in getFirstMatchInfo()
225 ovector_count = PCRE_MAX_CAPTURE_GROUPS; in getFirstMatchInfo()
230 int ovector_size = (1 + ovector_count) * 3; in getFirstMatchInfo()
240 match_info = generateMatchInfo(ovector, ovector_count); in getFirstMatchInfo()
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_RE.cc261 const uint32_t ovector_count = rem.get_ovector_count(); in string_result() local
263 int parents[ovector_count]; in string_result()
264 int ccount[ovector_count]; in string_result()
266 loop(o, ovector_count) in string_result()
272 for (int o = ovector_count - 1; o >= 0; --o) in string_result()
320 const uint32_t ovector_count = rem.get_ovector_count(); in index_result() local
321 int parents[ovector_count]; in index_result()
323 int ccount[ovector_count]; in index_result()
325 loop(o, ovector_count) in index_result()
331 for (int o = ovector_count - 1; o >= 0; --o) in index_result()
[all …]
H A DRegexp.cc48 ovector_count = 0; in RegexpMatch()
54 ovector_count = pcre2_get_ovector_count_32(match_data); in RegexpMatch()
59 ovector_count = 0; in RegexpMatch()
H A DRegexp.hh41 { return ovector_count; } in get_ovector_count()
61 uint32_t ovector_count; member in RegexpMatch
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-0.2.3/src/
H A Dffi.rs311 ovector_count: u32, field
375 let ovector_count = unsafe { pcre2_get_ovector_count_8(match_data) }; in new() localVariable
378 ovector_ptr, ovector_count, in new()
460 self.ovector_count as usize * 2, in ovector()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_substitute.c83 uint32_t ovector_count; in pcre2_substitute() local
107 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
194 if (rc == 0) rc = ovector_count; in pcre2_substitute()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dregexp.c313 int res, ovector_count = 0, *ovector = NULL; in regexp_exec_pcre() local
358 ovector_count = nmatches; in regexp_exec_pcre()
366 ovector, ovector_count); in regexp_exec_pcre()
431 if (ovector_count > 0) { in regexp_exec_pcre()
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
265 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
406 if (rc == 0) rc = ovector_count; in pcre2_substitute()
611 if (ng < ovector_count) in pcre2_substitute()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
265 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
406 if (rc == 0) rc = ovector_count; in pcre2_substitute()
611 if (ng < ovector_count) in pcre2_substitute()
/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
265 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
406 if (rc == 0) rc = ovector_count; in pcre2_substitute()
611 if (ng < ovector_count) in pcre2_substitute()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
269 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
418 if (rc == 0) rc = ovector_count; in pcre2_substitute()
625 if (ng < ovector_count) in pcre2_substitute()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
269 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
418 if (rc == 0) rc = ovector_count; in pcre2_substitute()
625 if (ng < ovector_count) in pcre2_substitute()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_substitute.c229 uint32_t ovector_count; in pcre2_substitute() local
306 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
464 if (rc == 0) rc = ovector_count; in pcre2_substitute()
680 if (ng < ovector_count) in pcre2_substitute()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_substitute.c229 uint32_t ovector_count; in pcre2_substitute() local
306 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
464 if (rc == 0) rc = ovector_count; in pcre2_substitute()
680 if (ng < ovector_count) in pcre2_substitute()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_substitute.c229 uint32_t ovector_count; in pcre2_substitute() local
306 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
464 if (rc == 0) rc = ovector_count; in pcre2_substitute()
680 if (ng < ovector_count) in pcre2_substitute()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_substitute.c229 uint32_t ovector_count; in pcre2_substitute() local
306 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
464 if (rc == 0) rc = ovector_count; in pcre2_substitute()
680 if (ng < ovector_count) in pcre2_substitute()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_substitute.c229 uint32_t ovector_count; in pcre2_substitute() local
306 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
464 if (rc == 0) rc = ovector_count; in pcre2_substitute()
680 if (ng < ovector_count) in pcre2_substitute()

12