Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c85 executable_functions *functions = (executable_functions *)executable_jit; in PRIV()
228 sljit_uw *executable_sizes = ((executable_functions *)executable_jit)->executable_sizes; in PRIV()
H A Dpcre2_jit_match.c109 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
H A Dpcre2_jit_compile.c203 typedef struct executable_functions { struct
209 } executable_functions; argument
14093 executable_functions *functions; in jit_compile()
14733 functions = (executable_functions *)re->executable_jit; in jit_compile()
14736 functions = SLJIT_MALLOC(sizeof(executable_functions), allocator_data); in jit_compile()
14745 memset(functions, 0, sizeof(executable_functions)); in jit_compile()
14789 executable_functions *functions; in pcre2_jit_compile()
14826 functions = (executable_functions *)re->executable_jit; in pcre2_jit_compile()

Completed in 35 milliseconds