Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitWXExecAllocator.c123 static int se_protected = !SLJIT_PROT_WX; in sljit_malloc_exec() local
127 if (SLJIT_UNLIKELY(se_protected < 0)) in sljit_malloc_exec()
140 if (SLJIT_UNLIKELY(se_protected > 0)) { in sljit_malloc_exec()
142 se_protected = check_se_protected(ptr, size); in sljit_malloc_exec()
144 if (SLJIT_UNLIKELY(se_protected < 0)) { in sljit_malloc_exec()

Completed in 6 milliseconds