106 |
#define PCRE_NEWLINE_LF 0x00200000 |
#define PCRE_NEWLINE_LF 0x00200000 |
107 |
#define PCRE_NEWLINE_CRLF 0x00300000 |
#define PCRE_NEWLINE_CRLF 0x00300000 |
108 |
#define PCRE_NEWLINE_ANY 0x00400000 |
#define PCRE_NEWLINE_ANY 0x00400000 |
109 |
|
#define PCRE_NEWLINE_ANYCRLF 0x00500000 |
110 |
|
|
111 |
/* Exec-time and get/set-time error codes */ |
/* Exec-time and get/set-time error codes */ |
112 |
|
|
150 |
#define PCRE_INFO_NAMETABLE 9 |
#define PCRE_INFO_NAMETABLE 9 |
151 |
#define PCRE_INFO_STUDYSIZE 10 |
#define PCRE_INFO_STUDYSIZE 10 |
152 |
#define PCRE_INFO_DEFAULT_TABLES 11 |
#define PCRE_INFO_DEFAULT_TABLES 11 |
153 |
|
#define PCRE_INFO_OKPARTIAL 12 |
154 |
|
#define PCRE_INFO_JCHANGED 13 |
155 |
|
|
156 |
/* Request types for pcre_config(). Do not re-arrange, in order to remain |
/* Request types for pcre_config(). Do not re-arrange, in order to remain |
157 |
compatible. */ |
compatible. */ |