Home
last modified time | relevance | path

Searched refs:pcre2_compile (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pcre/
H A Dconfig.w325 ADD_SOURCES("ext/pcre/pcre2lib", "pcre2_auto_possess.c pcre2_chartables.c pcre2_compile.c pcre2_con…
H A Dconfig0.m470 pcre2lib/pcre2_compile.c
H A Dphp_pcre.c771 re = pcre2_compile((PCRE2_SPTR)pattern, pattern_len, coptions, &errnumber, &erroffset, cctx); in pcre_get_compiled_regex_cache_ex()
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c181 …if ((it->re = pcre2_compile((PCRE2_SPTR)regexp, p - regexp, PCRE2_NO_AUTO_CAPTURE, &errnumber, &pc… in zend_accel_blacklist_update_regexp()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h662 pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \
853 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_) macro
H A Dpcre2_compile.c10126 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile() function
/php-src/ext/mbstring/
H A Dmbstring.c514 if (!(retval = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED, in _php_mb_compile_regex()

Completed in 86 milliseconds