Lines Matching refs:pcre2_match_context
487 typedef struct pcre2_real_match_context pcre2_match_context; \
607 PCRE2_EXP_DECL pcre2_match_context PCRE2_CALL_CONVENTION \
608 *pcre2_match_context_copy(pcre2_match_context *); \
609 PCRE2_EXP_DECL pcre2_match_context PCRE2_CALL_CONVENTION \
612 pcre2_match_context_free(pcre2_match_context *); \
614 pcre2_set_callout(pcre2_match_context *, \
617 pcre2_set_substitute_callout(pcre2_match_context *, \
620 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
624 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \
626 pcre2_set_offset_limit(pcre2_match_context *, PCRE2_SIZE); \
628 pcre2_set_recursion_limit(pcre2_match_context *, uint32_t); \
630 pcre2_set_recursion_memory_management(pcre2_match_context *, \
680 uint32_t, pcre2_match_data *, pcre2_match_context *, int *, PCRE2_SIZE); \
683 uint32_t, pcre2_match_data *, pcre2_match_context *); \
749 uint32_t, pcre2_match_data *, pcre2_match_context *, PCRE2_SPTR, \
770 uint32_t, pcre2_match_data *, pcre2_match_context *); \
776 pcre2_jit_stack_assign(pcre2_match_context *, pcre2_jit_callback, void *); \
829 #define pcre2_match_context PCRE2_SUFFIX(pcre2_match_context_) macro