• Home
  • Raw
  • Download

Lines Matching refs:mcontext

216          pcre2_match_context *mcontext);
221 pcre2_match_context *mcontext,
288 pcre2_match_context *mcontext);
290 void pcre2_match_context_free(pcre2_match_context *mcontext);
292 int pcre2_set_callout(pcre2_match_context *mcontext,
296 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
299 int pcre2_set_heap_limit(pcre2_match_context *mcontext,
302 int pcre2_set_match_limit(pcre2_match_context *mcontext,
305 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
350 pcre2_match_context *mcontext, PCRE2_SPTR replacementzfP,
362 pcre2_match_context *mcontext);
369 void pcre2_jit_stack_assign(pcre2_match_context *mcontext,
412 int pcre2_set_recursion_limit(pcre2_match_context *mcontext,
416 pcre2_match_context *mcontext,
924 pcre2_match_context *mcontext);
926 void pcre2_match_context_free(pcre2_match_context *mcontext);
932 int pcre2_set_callout(pcre2_match_context *mcontext,
940 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
970 int pcre2_set_heap_limit(pcre2_match_context *mcontext,
1008 int pcre2_set_match_limit(pcre2_match_context *mcontext,
1043 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
1866 pcre2_match_context *mcontext);
1873 void pcre2_jit_stack_assign(pcre2_match_context *mcontext,
2382 pcre2_match_context *mcontext);
3085 pcre2_match_context *mcontext, PCRE2_SPTR replacement,
3369 pcre2_match_context *mcontext,
4915 pcre2_match_context *mcontext
5073 pcre2_match_context *mcontext;
5079 mcontext = pcre2_match_context_create(NULL);
5081 pcre2_jit_stack_assign(mcontext, NULL, jit_stack);
5083 rc = pcre2_match(re, subject, length, 0, 0, match_data, mcontext);
5088 pcre2_match_context_free(mcontext);