Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dconfig.w326 …als.c pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c pcre_study.c pcre_tables.c …
H A Dconfig0.m459 pcrelib/pcre_ord2utf8.c pcrelib/pcre_refcount.c pcrelib/pcre_study.c \
H A Dphp_pcre.c437 extra = pcre_study(re, soptions, &error); in pcre_get_compiled_regex_cache()
/PHP-5.5/main/
H A Dphp_compat.h38 #define pcre_study php_pcre_study macro
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
H A DChangeLog1617 13. Be more explicit in pcre_study() instead of relying on "default" for
2392 not been passing the result of pcre_study() to pcre_dfa_exec(), so the
3268 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
3494 20. Extended pcre_study() to be more clever in cases where a branch of a
3519 have affected the operation of pcre_study().
3651 2. The code in pcre_study() was using the value of the re argument before
4269 12. Missing cast in pcre_study().
5037 is used for passing in "extra" data from pcre_study().
5043 study_data opaque data from pcre_study()
5579 localized options. All options to pcre_study() were also removed.
[all …]
H A Dpcre_study.c1452 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() function
H A DREADME687 run forces pcre_study() to be called for all patterns except for a few in some
690 this time with a forced pcre_study() with the PCRE_STUDY_JIT_COMPILE option.
719 The second set of tests check pcre_fullinfo(), pcre_study(),
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt330 pcre16_study(), not pcre_study(), and you must free the study data with
661 must do so with pcre32_study(), not pcre_study(), and you must free the
1600 pcre_extra *pcre_study(const pcre *code, int options,
2513 pcre_extra *pcre_study(const pcre *code, int options,
2536 pcre_study().
2564 after calling pcre_study(), to be sure that it has run successfully.
2580 sd = pcre_study(
2720 sd, /* result of pcre_study(), or NULL */
8372 (1) Call pcre_study() with the PCRE_STUDY_JIT_COMPILE option for
8401 instead of, PCRE_STUDY_JIT_COMPILE when you call pcre_study():
[all …]
/PHP-5.5/win32/
H A Dphp5dllts.dsp428 SOURCE=..\ext\pcre\pcrelib\pcre_study.c

Completed in 68 milliseconds