Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h790 #define SLJIT_MAX_LOCAL_SIZE 1048576 macro
H A DsljitLir.c1216 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
1273 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_set_context()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1626 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1641 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1851 if (private_data_ptr > SLJIT_MAX_LOCAL_SIZE) in set_private_data_ptrs()

Completed in 51 milliseconds