Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h271 #define PCRE_EXTRA_MARK 0x0020 macro
Dpcre_exec.c7083 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_exec()
7136 if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_exec()
Dpcre_jit_compile.c7370 if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) in PRIV()