Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h110 #define PCRE_DOTALL 0x00000004 /* Compile */ macro
Dpcre_internal.h878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
Dpcre_compile.c3740 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
6436 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
/third_party/selinux/libselinux/src/
Dregex.c297 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()