Home
last modified time | relevance | path

Searched refs:PCRE_EXTRA_STUDY_DATA (Results 1 – 7 of 7) sorted by path

/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog5050 PCRE_EXTRA_STUDY_DATA
5056 PCRE_EXTRA_STUDY_DATA flag set. This can be passed directly to pcre_exec() as
H A Dpcre.h314 #define PCRE_EXTRA_STUDY_DATA 0x0001 macro
H A Dpcre_exec.c6517 if ((flags & PCRE_EXTRA_STUDY_DATA) != 0) in pcre_exec()
H A Dpcre_fullinfo.c87 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0) in pcre_fullinfo()
H A Dpcre_jit_compile.c9818 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0); in PRIV()
H A Dpcre_study.c1581 extra->flags = PCRE_EXTRA_STUDY_DATA; in pcre_study()
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt3130 PCRE_EXTRA_STUDY_DATA
9311 PCRE_EXTRA_STUDY_DATA bit in the flags field to indicate that study

Completed in 136 milliseconds