Searched refs:mcontext32 (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 1152 pcre2_match_context_32 *mcontext32; in regression_tests() local 1402 mcontext32 = pcre2_match_context_create_32(NULL); in regression_tests() 1403 if (!mdata32_1 || !mdata32_2 || !mcontext32) { in regression_tests() 1407 pcre2_match_context_free_32(mcontext32); in regression_tests() 1424 (void)pcre2_set_match_limit_32(mcontext32, 10000000); in regression_tests() 1426 current->start_offset & OFFSET_MASK, current->match_options, mdata32_2, mcontext32); in regression_tests() 1431 setstack32(mcontext32); in regression_tests() 1433 current->start_offset & OFFSET_MASK, current->match_options, mdata32_1, mcontext32); in regression_tests() 1435 pcre2_jit_stack_assign_32(mcontext32, NULL, getstack32()); in regression_tests() 1437 current->start_offset & OFFSET_MASK, current->match_options, mdata32_1, mcontext32); in regression_tests() [all …]
|