executable_jit    384 ext/pcre/pcrelib/pcre.h   void *executable_jit;           /* Contains a pointer to a compiled jit code */
executable_jit    397 ext/pcre/pcrelib/pcre.h   void *executable_jit;           /* Contains a pointer to a compiled jit code */
executable_jit    410 ext/pcre/pcrelib/pcre.h   void *executable_jit;           /* Contains a pointer to a compiled jit code */
executable_jit   6478 ext/pcre/pcrelib/pcre_exec.c     && extra_data->executable_jit != NULL
executable_jit    120 ext/pcre/pcrelib/pcre_fullinfo.c       extra_data->executable_jit != NULL)?
executable_jit    121 ext/pcre/pcrelib/pcre_fullinfo.c     PRIV(jit_get_size)(extra_data->executable_jit) : 0;
executable_jit    170 ext/pcre/pcrelib/pcre_fullinfo.c                     extra_data->executable_jit != NULL;
executable_jit   10358 ext/pcre/pcrelib/pcre_jit_compile.c if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL)
executable_jit   10359 ext/pcre/pcrelib/pcre_jit_compile.c   functions = (executable_functions *)extra->executable_jit;
executable_jit   10383 ext/pcre/pcrelib/pcre_jit_compile.c   extra->executable_jit = functions;
executable_jit   10414 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit;
executable_jit   10501 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit;
executable_jit   10645 ext/pcre/pcrelib/pcre_jit_compile.c     extra->executable_jit != NULL)
executable_jit   10647 ext/pcre/pcrelib/pcre_jit_compile.c   functions = (executable_functions *)extra->executable_jit;
executable_jit   1626 ext/pcre/pcrelib/pcre_study.c   extra->executable_jit = NULL;
executable_jit   1678 ext/pcre/pcrelib/pcre_study.c      extra->executable_jit != NULL)
executable_jit   1679 ext/pcre/pcrelib/pcre_study.c   PRIV(jit_free)(extra->executable_jit);