Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c180 typedef struct executable_functions { struct
188 } executable_functions; typedef
9760 executable_functions *functions; in PRIV()
10316 functions = (executable_functions *)extra->executable_jit; in PRIV()
10328 functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data); in PRIV()
10337 memset(functions, 0, sizeof(executable_functions)); in PRIV()
10371 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in PRIV()
10458 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in pcre_jit_exec()
10527 executable_functions *functions = (executable_functions *)executable_funcs; in PRIV()
10599 executable_functions *functions; in pcre_assign_jit_stack()
[all …]

Completed in 36 milliseconds