Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_compat.h75 #define pcre_assign_jit_stack php_pcre_assign_jit_stack macro
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre.h663 PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
H A Dpcre_jit_compile.c11644 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack() function
11715 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack() function
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c557 pcre_assign_jit_stack(extra, NULL, jit_stack); in pcre_get_compiled_regex_cache_ex()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1660 void pcre_assign_jit_stack(pcre_extra *extra,
1756 pcre_jit_stack_free(), and pcre_assign_jit_stack() in order to control
8532 The pcre_assign_jit_stack() function specifies which stack JIT code
8591 available, and pcre_assign_jit_stack() does nothing unless the extra
8680 pcre_assign_jit_stack(extra, NULL, jit_stack);

Completed in 59 milliseconds