Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c66 #define PCRE_JIT_STACK_MAX_SIZE (192 * 1024) macro
242 jit_stack = pcre2_jit_stack_create(PCRE_JIT_STACK_MIN_SIZE, PCRE_JIT_STACK_MAX_SIZE, gctx); in php_pcre_init_pcre2()

Completed in 12 milliseconds