Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9803 void *executable_func; in PRIV() local
10342 executable_func = sljit_generate_code(compiler); in PRIV()
10351 if (executable_func == NULL) in PRIV()
10376 sljit_free_code(executable_func); in PRIV()
10387 functions->executable_funcs[mode] = executable_func; in PRIV()
10395 void *executable_func; in jit_machine_stack_exec() member
10406 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
10416 void *executable_func; in PRIV() member
10471 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10503 void *executable_func; in pcre_jit_exec() member
[all …]

Completed in 29 milliseconds