Lines Matching refs:pcre2_match_context
166 const pcre2_match_context PRIV(default_match_context) = {
184 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION
187 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create()
255 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION
256 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy()
258 pcre2_match_context *newcontext = in pcre2_match_context_copy()
300 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free()
416 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout()
425 pcre2_set_substitute_callout(pcre2_match_context *mcontext, in pcre2_set_substitute_callout()
435 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
442 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
449 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
456 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
469 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
475 pcre2_set_recursion_memory_management(pcre2_match_context *mcontext, in pcre2_set_recursion_memory_management()