Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_fuzzsupport.c60 uint32_t match_options; in LLVMFuzzerTestOneInput() local
94 match_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
101 match_options &= ~(PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT); in LLVMFuzzerTestOneInput()
152 uint32_t save_match_options = match_options; in LLVMFuzzerTestOneInput()
190 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
192 ((match_options & PCRE2_ANCHORED) != 0)? ",anchored" : "", in LLVMFuzzerTestOneInput()
193 ((match_options & PCRE2_ENDANCHORED) != 0)? ",endanchored" : "", in LLVMFuzzerTestOneInput()
194 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
195 ((match_options & PCRE2_NO_UTF_CHECK) != 0)? ",no_utf_check" : "", in LLVMFuzzerTestOneInput()
[all …]
Dpcre2_jit_test.c153 int match_options; member
1244 if (current->match_options & PCRE2_PARTIAL_SOFT) in regression_tests()
1246 else if (current->match_options & PCRE2_PARTIAL_HARD) in regression_tests()
1365 current->start_offset & OFFSET_MASK, current->match_options, mdata8_2, mcontext8); in regression_tests()
1372 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1376 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1410 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, mcontext16); in regression_tests()
1417 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1421 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1455 current->start_offset & OFFSET_MASK, current->match_options, mdata32_2, mcontext32); in regression_tests()
[all …]
/external/icing/icing/result/
Dsnippet-retriever.cc354 MatchOptions* match_options, in GetEntriesFromProperty() argument
378 auto match_or = RetrieveMatch(match_options->snippet_spec, data, in GetEntriesFromProperty()
397 if (--match_options->max_matches_remaining <= 0) { in GetEntriesFromProperty()
433 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection() argument
448 match_options, snippet_proto); in RetrieveSnippetForSection()
457 new_path, match_options, snippet_proto); in RetrieveSnippetForSection()
458 if (match_options->max_matches_remaining <= 0) { in RetrieveSnippetForSection()
497 MatchOptions match_options = {snippet_spec}; in RetrieveSnippet() local
498 match_options.max_matches_remaining = in RetrieveSnippet()
540 /*section_path_index=*/0, "", &match_options, &snippet_proto); in RetrieveSnippet()