234 |
#define PCRE_CONFIG_MATCH_LIMIT_RECURSION 7 |
#define PCRE_CONFIG_MATCH_LIMIT_RECURSION 7 |
235 |
#define PCRE_CONFIG_BSR 8 |
#define PCRE_CONFIG_BSR 8 |
236 |
#define PCRE_CONFIG_JIT 9 |
#define PCRE_CONFIG_JIT 9 |
237 |
|
#define PCRE_CONFIG_UTF16 10 |
238 |
|
|
239 |
/* Request types for pcre_study(). Do not re-arrange, in order to remain |
/* Request types for pcre_study(). Do not re-arrange, in order to remain |
240 |
compatible. */ |
compatible. */ |
354 |
PCRE_EXP_DECL pcre *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, |
PCRE_EXP_DECL pcre *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, |
355 |
int *, const unsigned char *); |
int *, const unsigned char *); |
356 |
PCRE_EXP_DECL int pcre_config(int, void *); |
PCRE_EXP_DECL int pcre_config(int, void *); |
357 |
|
PCRE_EXP_DECL int pcre16_config(int, void *); |
358 |
PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *, |
PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *, |
359 |
int *, int, const char *, char *, int); |
int *, int, const char *, char *, int); |
360 |
PCRE_EXP_DECL int pcre_copy_substring(const char *, int *, int, int, char *, |
PCRE_EXP_DECL int pcre_copy_substring(const char *, int *, int, int, char *, |