Searched refs:mcontext16 (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1178 pcre2_match_context_16 *mcontext16; in regression_tests() local 1394 mcontext16 = pcre2_match_context_create_16(NULL); in regression_tests() 1395 if (!mdata16_1 || !mdata16_2 || !mcontext16) { in regression_tests() 1399 pcre2_match_context_free_16(mcontext16); in regression_tests() 1409 pcre2_set_match_limit_16(mcontext16, 10000000); in regression_tests() 1418 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, mcontext16); in regression_tests() 1423 setstack16(mcontext16); in regression_tests() 1425 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests() 1427 pcre2_jit_stack_assign_16(mcontext16, NULL, getstack16()); in regression_tests() 1429 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests() [all...] |
Completed in 4 milliseconds