| 23 |
# endif |
# endif |
| 24 |
# else |
# else |
| 25 |
# ifndef PCRE_STATIC |
# ifndef PCRE_STATIC |
| 26 |
# define PCRE_DATA_SCOPE __declspec(dllimport) |
# define PCRE_DATA_SCOPE extern __declspec(dllimport) |
| 27 |
# endif |
# endif |
| 28 |
# endif |
# endif |
| 29 |
#endif |
#endif |
| 57 |
#define PCRE_NOTEMPTY 0x0400 |
#define PCRE_NOTEMPTY 0x0400 |
| 58 |
#define PCRE_UTF8 0x0800 |
#define PCRE_UTF8 0x0800 |
| 59 |
#define PCRE_NO_AUTO_CAPTURE 0x1000 |
#define PCRE_NO_AUTO_CAPTURE 0x1000 |
| 60 |
|
#define PCRE_NO_UTF8_CHECK 0x2000 |
| 61 |
|
|
| 62 |
/* Exec-time and get/set-time error codes */ |
/* Exec-time and get/set-time error codes */ |
| 63 |
|
|
| 70 |
#define PCRE_ERROR_NOSUBSTRING (-7) |
#define PCRE_ERROR_NOSUBSTRING (-7) |
| 71 |
#define PCRE_ERROR_MATCHLIMIT (-8) |
#define PCRE_ERROR_MATCHLIMIT (-8) |
| 72 |
#define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */ |
#define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */ |
| 73 |
|
#define PCRE_ERROR_BADUTF8 (-10) |
| 74 |
|
|
| 75 |
/* Request types for pcre_fullinfo() */ |
/* Request types for pcre_fullinfo() */ |
| 76 |
|
|