Lines Matching refs:pcre2_code
501 typedef struct pcre2_real_code pcre2_code; \
661 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
665 pcre2_code_free(pcre2_code *); \
666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
667 pcre2_code_copy(const pcre2_code *); \
668 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
669 pcre2_code_copy_with_tables(const pcre2_code *);
676 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
678 pcre2_callout_enumerate(const pcre2_code *, \
688 pcre2_match_data_create_from_pattern(const pcre2_code *, \
691 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
694 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
734 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
737 pcre2_substring_number_from_name(const pcre2_code *, PCRE2_SPTR); \
747 pcre2_serialize_encode(const pcre2_code **, int32_t, uint8_t **, \
750 pcre2_serialize_decode(pcre2_code **, int32_t, const uint8_t *, \
762 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
781 pcre2_jit_compile(pcre2_code *, uint32_t); \
783 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
822 #define pcre2_code PCRE2_SUFFIX(pcre2_code_) macro