Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c180 typedef struct executable_functions { struct
188 } executable_functions; argument
9802 executable_functions *functions; in PRIV()
10359 functions = (executable_functions *)extra->executable_jit; in PRIV()
10371 functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data); in PRIV()
10380 memset(functions, 0, sizeof(executable_functions)); in PRIV()
10414 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in PRIV()
10501 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in pcre_jit_exec()
10570 executable_functions *functions = (executable_functions *)executable_funcs; in PRIV()
10642 executable_functions *functions; in pcre_assign_jit_stack()
[all …]

Completed in 26 milliseconds