Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c10354 } convert_executable_func; in jit_machine_stack_exec() local
10363 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
10364 return convert_executable_func.call_executable_func(arguments); in jit_machine_stack_exec()
10375 } convert_executable_func; in PRIV() local
10428 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10429 retval = convert_executable_func.call_executable_func(&arguments); in PRIV()
10462 } convert_executable_func; in pcre_jit_exec() local
10512 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()
10513 retval = convert_executable_func.call_executable_func(&arguments); in pcre_jit_exec()

Completed in 24 milliseconds