Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c122 extra_data->executable_jit != NULL)? in pcre_fullinfo()
123 PRIV(jit_get_size)(extra_data->executable_jit) : 0; in pcre_fullinfo()
172 extra_data->executable_jit != NULL; in pcre_fullinfo()
H A Dpcre.h384 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
397 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
410 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
H A Dpcre_study.c1621 extra->executable_jit = NULL; in pcre_study()
1673 extra->executable_jit != NULL) in pcre_free_study()
1674 PRIV(jit_free)(extra->executable_jit); in pcre_free_study()
H A Dpcre_jit_compile.c10315 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL) in PRIV()
10316 functions = (executable_functions *)extra->executable_jit; in PRIV()
10340 extra->executable_jit = 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()
10602 extra->executable_jit != NULL) in pcre_assign_jit_stack()
10604 functions = (executable_functions *)extra->executable_jit; in pcre_assign_jit_stack()
H A Dpcre_exec.c6480 && extra_data->executable_jit != NULL in pcre_exec()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3098 void *executable_jit;
3123 times the executable_jit field are set in the pcre_extra block that is

Completed in 84 milliseconds