Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h126 #define PCRE_AUTO_CALLOUT 0x00004000 /* Compile */ macro
Dpcre_internal.h879 PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
Dpcre_compile.c3635 if ((options & PCRE_AUTO_CALLOUT) != 0) in compile_branch()
3684 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier) in compile_branch()