1753 |
sense, but are not part of the PCRE public API. */ |
sense, but are not part of the PCRE public API. */ |
1754 |
|
|
1755 |
extern const uschar *_pcre_find_bracket(const uschar *, BOOL, int); |
extern const uschar *_pcre_find_bracket(const uschar *, BOOL, int); |
1756 |
extern BOOL _pcre_is_newline(const uschar *, int, const uschar *, |
extern BOOL _pcre_is_newline(USPTR, int, USPTR, int *, BOOL); |
|
int *, BOOL); |
|
1757 |
extern int _pcre_ord2utf8(int, uschar *); |
extern int _pcre_ord2utf8(int, uschar *); |
1758 |
extern real_pcre *_pcre_try_flipped(const real_pcre *, real_pcre *, |
extern real_pcre *_pcre_try_flipped(const real_pcre *, real_pcre *, |
1759 |
const pcre_study_data *, pcre_study_data *); |
const pcre_study_data *, pcre_study_data *); |
1760 |
extern int _pcre_valid_utf8(const uschar *, int); |
extern int _pcre_valid_utf8(USPTR, int); |
1761 |
extern BOOL _pcre_was_newline(const uschar *, int, const uschar *, |
extern BOOL _pcre_was_newline(USPTR, int, USPTR, int *, BOOL); |
|
int *, BOOL); |
|
1762 |
extern BOOL _pcre_xclass(int, const uschar *); |
extern BOOL _pcre_xclass(int, const uschar *); |
1763 |
|
|
1764 |
|
|