HomeSort by relevance Sort by last modified time
    Searched refs:pcre_options (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcregrep.c 173 static int pcre_options = 0; variable
    [all...]
pcrecpp.cc 114 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) {
357 if (pcre_options & (PCRE_NEWLINE_CRLF|PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|
359 newline_mode = (pcre_options &
  /external/libselinux/src/
label_file.c 607 int i, rc, file_stem, pcre_options = 0; local
641 pcre_options |= PCRE_PARTIAL_SOFT;
661 pcre_options, NULL, 0);
666 pcre_options, NULL, 0);
  /external/selinux/libselinux/src/
label_file.c 644 int i, rc, file_stem, pcre_options = 0; local
678 pcre_options |= PCRE_PARTIAL_SOFT;
698 pcre_options, NULL, 0);
703 pcre_options, NULL, 0);

Completed in 1420 milliseconds