Home
last modified time | relevance | path

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

/PHP-5.3/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.h369 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
382 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
395 void *executable_jit; /* Contains a pointer to a compiled jit code */ member
H A Dpcre_study.c1504 extra->executable_jit = NULL; in pcre_study()
1556 extra->executable_jit != NULL) in pcre_free_study()
1557 PRIV(jit_free)(extra->executable_jit); in pcre_free_study()
H A Dpcre_exec.c6364 && extra_data->executable_jit != NULL in pcre_exec()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2974 void *executable_jit;
2999 times the executable_jit field are set in the pcre_extra block that is

Completed in 52 milliseconds