Home
last modified time | relevance | path

Searched refs:match_options (Results 1 - 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
H A 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()
194 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
196 ((match_options & PCRE2_ANCHORED) != 0)? ",anchored" : "", in LLVMFuzzerTestOneInput()
197 ((match_options & PCRE2_ENDANCHORED) != 0)? ",endanchored" : "", in LLVMFuzzerTestOneInput()
198 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
199 ((match_options in LLVMFuzzerTestOneInput()
[all...]
H A Dpcre2_jit_test.c153 int match_options; member
1252 if (current->match_options & PCRE2_PARTIAL_SOFT) in regression_tests()
1254 else if (current->match_options & PCRE2_PARTIAL_HARD) in regression_tests()
1373 current->start_offset & OFFSET_MASK, current->match_options, mdata8_2, mcontext8); in regression_tests()
1380 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1384 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1418 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, mcontext16); in regression_tests()
1425 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1429 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1463 current->start_offset & OFFSET_MASK, current->match_options, mdata32_ in regression_tests()
[all...]

Completed in 4 milliseconds