Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9761 void *executable_func; in PRIV() local
10299 executable_func = sljit_generate_code(compiler); in PRIV()
10308 if (executable_func == NULL) in PRIV()
10333 sljit_free_code(executable_func); in PRIV()
10344 functions->executable_funcs[mode] = executable_func; in PRIV()
10352 void *executable_func; in jit_machine_stack_exec() member
10363 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
10373 void *executable_func; in PRIV() member
10428 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10460 void *executable_func; in pcre_jit_exec() member
[all …]

Completed in 33 milliseconds