Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c10397 } convert_executable_func; in jit_machine_stack_exec() local
10406 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
10407 return convert_executable_func.call_executable_func(arguments); in jit_machine_stack_exec()
10418 } convert_executable_func; in PRIV() local
10471 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10472 retval = convert_executable_func.call_executable_func(&arguments); in PRIV()
10505 } convert_executable_func; in pcre_jit_exec() local
10555 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()
10556 retval = convert_executable_func.call_executable_func(&arguments); in pcre_jit_exec()

Completed in 25 milliseconds