Lines Matching refs:pcre2_code
493 typedef struct pcre2_real_code pcre2_code; \
649 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
653 pcre2_code_free(pcre2_code *); \
654 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
655 *pcre2_code_copy(const pcre2_code *); \
656 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
657 *pcre2_code_copy_with_tables(const pcre2_code *);
664 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
666 pcre2_callout_enumerate(const pcre2_code *, \
676 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
679 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
682 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
720 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
723 pcre2_substring_number_from_name(const pcre2_code *, PCRE2_SPTR); \
733 pcre2_serialize_encode(const pcre2_code **, int32_t, uint8_t **, \
736 pcre2_serialize_decode(pcre2_code **, int32_t, const uint8_t *, \
748 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
767 pcre2_jit_compile(pcre2_code *, uint32_t); \
769 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
808 #define pcre2_code PCRE2_SUFFIX(pcre2_code_) macro