Home
last modified time | relevance | path

Searched refs:pcre2_set_match_limit_8 (Results 1 – 16 of 16) sorted by relevance

/dports/www/mod_php80/php-8.0.15/main/
H A Dphp_compat.h77 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/www/mod_php81/php-8.1.1/main/
H A Dphp_compat.h77 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/lang/php73/php-7.3.33/main/
H A Dphp_compat.h79 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/lang/php74/php-7.4.27/main/
H A Dphp_compat.h79 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/lang/php81/php-8.1.1/main/
H A Dphp_compat.h77 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/lang/php80/php-8.0.15/main/
H A Dphp_compat.h77 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/www/mod_php74/php-7.4.27/main/
H A Dphp_compat.h79 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/www/mod_php73/php-7.3.33/main/
H A Dphp_compat.h79 #define pcre2_set_match_limit_8 php_pcre2_set_match_limit macro
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/src/
H A Dbindings.rs465 pub fn pcre2_set_match_limit_8(arg1: *mut pcre2_match_context_8, arg2: u32) -> ::libc::c_int; in pcre2_set_match_limit_8() function
/dports/deskutils/gucharmap/gucharmap-3efb47b75b61d7c6db7e48d72f7aa8c4d4365011/gucharmap/
H A Dgucharmap-charmap.c384 pcre2_set_match_limit_8 (context, 256); /* plenty */ in insert_hanja_prop_detail()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_jit_test.c1334 (void)pcre2_set_match_limit_8(mcontext8, 10000000); in regression_tests()
H A Dpcre2test.c1324 pcre2_set_match_limit_8(G(a,8),b); \
2020 #define PCRE2_SET_MATCH_LIMIT(a,b) pcre2_set_match_limit_8(G(a,8),b)
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c1363 pcre2_set_match_limit_8(mcontext8, 10000000); in regression_tests()
H A Dpcre2test.c1373 pcre2_set_match_limit_8(G(a,8),b); \
2088 #define PCRE2_SET_MATCH_LIMIT(a,b) pcre2_set_match_limit_8(G(a,8),b)
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2test.c957 pcre2_set_match_limit_8(G(a,8),b); \
1518 #define PCRE2_SET_MATCH_LIMIT(a,b) pcre2_set_match_limit_8(G(a,8),b)
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvte.cc1293 pcre2_set_match_limit_8(context.get(), 65536); /* should be plenty */ in create_match_context()