Home | History | Annotate | Download | only in src

Lines Matching defs:match_context

236 static pcre2_match_context *match_context;
1720 startoffset, options, match_data, match_context);
3621 match_context = pcre2_match_context_create(NULL);
3629 pcre2_set_callout(match_context, pcre2grep_callout, NULL);
3986 if (heap_limit != PCRE2_UNSET) pcre2_set_heap_limit(match_context, heap_limit);
3987 if (match_limit > 0) pcre2_set_match_limit(match_context, match_limit);
3988 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit);
4190 pcre2_jit_stack_assign(match_context, NULL, jit_stack);
4312 pcre2_match_context_free(match_context);