|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | PUBLIC_JIT_COMPILE_OPTIONS (PCRE2_JIT_COMPLETE|PCRE2_JIT_PARTIAL_SOFT|PCRE2_JIT_PARTIAL_HARD|PCRE2_JIT_INVALID_UTF) |
| #define | INCLUDED_FROM_PCRE2_JIT_COMPILE |
Functions | |
| PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION | pcre2_jit_compile (pcre2_code *code, uint32_t options) |
| #define INCLUDED_FROM_PCRE2_JIT_COMPILE |
Definition at line 14967 of file pcre2_jit_compile.c.
| #define PUBLIC_JIT_COMPILE_OPTIONS (PCRE2_JIT_COMPLETE|PCRE2_JIT_PARTIAL_SOFT|PCRE2_JIT_PARTIAL_HARD|PCRE2_JIT_INVALID_UTF) |
Definition at line 14843 of file pcre2_jit_compile.c.
| PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_jit_compile | ( | pcre2_code * | code, |
| uint32_t | options ) |
Definition at line 14847 of file pcre2_jit_compile.c.