Lines Matching refs:pcre2_code
501 typedef struct pcre2_real_code pcre2_code; \
659 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
663 pcre2_code_free(pcre2_code *); \
664 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
665 pcre2_code_copy(const pcre2_code *); \
666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
667 pcre2_code_copy_with_tables(const pcre2_code *);
674 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
676 pcre2_callout_enumerate(const pcre2_code *, \
686 pcre2_match_data_create_from_pattern(const pcre2_code *, \
689 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
692 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
732 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
735 pcre2_substring_number_from_name(const pcre2_code *, PCRE2_SPTR); \
745 pcre2_serialize_encode(const pcre2_code **, int32_t, uint8_t **, \
748 pcre2_serialize_decode(pcre2_code **, int32_t, const uint8_t *, \
760 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
779 pcre2_jit_compile(pcre2_code *, uint32_t); \
781 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
820 #define pcre2_code PCRE2_SUFFIX(pcre2_code_) macro