Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c1131 pcre2_match_context_8 *mcontext8; in regression_tests() local
1317 mcontext8 = pcre2_match_context_create_8(NULL); in regression_tests()
1318 if (!mdata8_1 || !mdata8_2 || !mcontext8) { in regression_tests()
1322 pcre2_match_context_free_8(mcontext8); in regression_tests()
1334 (void)pcre2_set_match_limit_8(mcontext8, 10000000); in regression_tests()
1336 current->start_offset & OFFSET_MASK, current->match_options, mdata8_2, mcontext8); in regression_tests()
1341 setstack8(mcontext8); in regression_tests()
1343 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1345 pcre2_jit_stack_assign_8(mcontext8, NULL, getstack8()); in regression_tests()
1347 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
[all …]