Lines Matching refs:PCRE2_UCHAR
702 pcre2_substring_copy_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR *, \
705 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \
708 pcre2_substring_free(PCRE2_UCHAR *); \
710 pcre2_substring_get_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR **, \
713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \
727 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **);
750 PCRE2_SIZE, PCRE2_UCHAR *, PCRE2_SIZE *);
757 pcre2_pattern_convert(PCRE2_SPTR, PCRE2_SIZE, uint32_t, PCRE2_UCHAR **, \
760 pcre2_converted_pattern_free(PCRE2_UCHAR *);
785 pcre2_get_error_message(int, PCRE2_UCHAR *, PCRE2_SIZE); \
805 #define PCRE2_UCHAR PCRE2_SUFFIX(PCRE2_UCHAR) macro