Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c91 if (functions->executable_funcs[i] != NULL) in PRIV()
92 sljit_free_code(functions->executable_funcs[i], NULL); in PRIV()
H A Dpcre2_jit_match.c120 if (functions == NULL || functions->executable_funcs[index] == NULL) in pcre2_jit_match()
161 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
H A Dpcre2_jit_compile.c198 void *executable_funcs[JIT_NUMBER_OF_COMPILE_MODES]; member
14355 functions->executable_funcs[mode] = executable_func; in jit_compile()
14471 || functions->executable_funcs[0] == NULL)) { in pcre2_jit_compile()
14479 || functions->executable_funcs[1] == NULL)) { in pcre2_jit_compile()
14487 || functions->executable_funcs[2] == NULL)) { in pcre2_jit_compile()

Completed in 34 milliseconds