Home
last modified time | relevance | path

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

/PHP-5.5/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.c1628 extra->executable_jit = NULL; in pcre_study()
1680 extra->executable_jit != NULL) in pcre_free_study()
1681 PRIV(jit_free)(extra->executable_jit); in pcre_free_study()
H A Dpcre_jit_compile.c10358 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL) in PRIV()
10359 functions = (executable_functions *)extra->executable_jit; in PRIV()
10383 extra->executable_jit = 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()
10645 extra->executable_jit != NULL) in pcre_assign_jit_stack()
10647 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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3109 void *executable_jit;
3134 times the executable_jit field are set in the pcre_extra block that is

Completed in 111 milliseconds