Searched refs:pcre_options (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c173 static int pcre_options = 0; variable
2567 if (!compile_pattern(*patlastptr, pcre_options, popts, TRUE, filename,
2802 pcre_options = handle_option(*s++, pcre_options);
2812 pcre_options = handle_option(op->one_char, pcre_options);
3011 pcre_options |= PCRE_NEWLINE_CR;
3016 pcre_options |= PCRE_NEWLINE_LF;
3021 pcre_options |= PCRE_NEWLINE_CRLF;
3026 pcre_options |
[all...]
H A Dpcrecpp.cc114 int pcre_options = 0; local
115 pcre_options = options_.all_options();
133 re = pcre_compile(pattern_.c_str(), pcre_options,
141 re = pcre_compile(wrapped.c_str(), pcre_options,
353 static int NewlineMode(int pcre_options) { argument
357 if (pcre_options & (PCRE_NEWLINE_CRLF|PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|
359 newline_mode = (pcre_options &
/external/libselinux/src/
H A Dlabel_file.c582 int i, rc, file_stem, pcre_options = 0; local
616 pcre_options |= PCRE_PARTIAL_SOFT;
634 rc = pcre_exec(spec_arr[i].regex, spec_arr[i].sd, key, strlen(key), 0, pcre_options, NULL, 0);
636 rc = pcre_exec(spec_arr[i].regex, spec_arr[i].sd, buf, strlen(buf), 0, pcre_options, NULL, 0);

Completed in 316 milliseconds