Home
last modified time | relevance | path

Searched refs:PCRE_EXTRA_MARK (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h319 #define PCRE_EXTRA_MARK 0x0020 macro
H A Dpcre_exec.c7110 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_exec()
7165 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_exec()
H A Dpcre_jit_compile.c10477 if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) in PRIV()
10560 if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_jit_exec()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3127 PCRE_EXTRA_MARK
3221 If PCRE_EXTRA_MARK is set in the flags field, the mark field must be

Completed in 74 milliseconds