Lines Matching refs:mcontext
205 pcre2_match_context *mcontext);
210 pcre2_match_context *mcontext,
274 pcre2_match_context *mcontext);
276 void pcre2_match_context_free(pcre2_match_context *mcontext);
278 int pcre2_set_callout(pcre2_match_context *mcontext,
282 int pcre2_set_match_limit(pcre2_match_context *mcontext,
285 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
288 int pcre2_set_recursion_limit(pcre2_match_context *mcontext,
292 pcre2_match_context *mcontext,
338 pcre2_match_context *mcontext, PCRE2_SPTR replacementzfP,
350 pcre2_match_context *mcontext);
357 void pcre2_jit_stack_assign(pcre2_match_context *mcontext,
831 pcre2_match_context *mcontext);
833 void pcre2_match_context_free(pcre2_match_context *mcontext);
839 int pcre2_set_callout(pcre2_match_context *mcontext,
847 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
872 int pcre2_set_match_limit(pcre2_match_context *mcontext,
908 int pcre2_set_recursion_limit(pcre2_match_context *mcontext,
936 pcre2_match_context *mcontext,
1538 pcre2_match_context *mcontext);
1545 void pcre2_jit_stack_assign(pcre2_match_context *mcontext,
2019 pcre2_match_context *mcontext);
2705 pcre2_match_context *mcontext, PCRE2_SPTR replacement,
2959 pcre2_match_context *mcontext,
4374 pcre2_match_context *mcontext
4531 pcre2_match_context *mcontext;
4537 mcontext = pcre2_match_context_create(NULL);
4539 pcre2_jit_stack_assign(mcontext, NULL, jit_stack);
4541 rc = pcre2_match(re, subject, length, 0, 0, match_data, mcontext);
4546 pcre2_match_context_free(mcontext);