Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h114 #define PCRE_EXTRA 0x00000040 /* Compile */ macro
Dpcre_internal.h878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
Dpcre_compile.c1147 if ((options & PCRE_EXTRA) != 0) switch(c) in check_escape()
4276 if ((options & PCRE_EXTRA) != 0) in compile_branch()
6439 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()