Home
last modified time | relevance | path

Searched refs:pcre_jit_exec (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/pcre/
H A Dconfig0.m448 PHP_CHECK_LIBRARY(pcre, pcre_jit_exec,
H A Dphp_pcre.c874 count = pcre_jit_exec(pce->re, extra, subject, (int)subject_len, (int)start_offset, in php_pcre_match_impl()
1370 count = pcre_jit_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_replace_impl()
1630 count = pcre_jit_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_replace_func_impl()
2302 count = pcre_jit_exec(pce->re, extra, ZSTR_VAL(subject_str), in php_pcre_split_impl()
2626 count = pcre_jit_exec(pce->re, extra, ZSTR_VAL(subject_str), in php_pcre_grep_impl()
/PHP-7.2/main/
H A Dphp_compat.h79 #define pcre_jit_exec php_pcre_jit_exec macro
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre.h579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
H A Dpcre_jit_compile.c11496 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_jit_exec() function
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1651 int pcre_jit_exec(const pcre *code, const pcre_extra *extra,
8369 Also beware that the pcre_jit_exec() function was not available at all
8414 If using pcre_jit_exec() and supporting a pre-8.32 version of PCRE, you
8418 pcre_jit_exec(...);
8699 The fast path function is called pcre_jit_exec(), and it takes exactly
8715 Note that the pcre_jit_exec() function is not available in versions of
8722 and later there will be no pcre_jit_exec() stub function defined when
8737 simply assume that pcre_jit_exec() is present in 8.32 or later unless a

Completed in 78 milliseconds