Searched refs:match_options (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 147 int match_options; member 1199 if (current->match_options & PCRE2_PARTIAL_SOFT) in regression_tests() 1201 else if (current->match_options & PCRE2_PARTIAL_HARD) in regression_tests() 1319 current->start_offset & OFFSET_MASK, current->match_options, mdata8_2, NULL); in regression_tests() 1326 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests() 1330 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests() 1363 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, NULL); in regression_tests() 1370 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests() 1374 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests() 1407 current->start_offset & OFFSET_MASK, current->match_options, mdata32_2, NULL); in regression_tests() [all …]
|