Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c1141 pcre2_match_context_16 *mcontext16; in regression_tests() local
1357 mcontext16 = pcre2_match_context_create_16(NULL); in regression_tests()
1358 if (!mdata16_1 || !mdata16_2 || !mcontext16) { in regression_tests()
1362 pcre2_match_context_free_16(mcontext16); in regression_tests()
1379 (void)pcre2_set_match_limit_16(mcontext16, 10000000); in regression_tests()
1381 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, mcontext16); in regression_tests()
1386 setstack16(mcontext16); in regression_tests()
1388 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1390 pcre2_jit_stack_assign_16(mcontext16, NULL, getstack16()); in regression_tests()
1392 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
[all …]