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 |
|
|
132 |
#define PCRE_ERROR_DFA_WSSIZE (-19) |
#define PCRE_ERROR_DFA_WSSIZE (-19) |
133 |
#define PCRE_ERROR_DFA_RECURSE (-20) |
#define PCRE_ERROR_DFA_RECURSE (-20) |
134 |
#define PCRE_ERROR_RECURSIONLIMIT (-21) |
#define PCRE_ERROR_RECURSIONLIMIT (-21) |
135 |
#define PCRE_ERROR_NULLWSLIMIT (-22) |
#define PCRE_ERROR_NOTUSED (-22) |
136 |
#define PCRE_ERROR_BADNEWLINE (-23) |
#define PCRE_ERROR_BADNEWLINE (-23) |
137 |
|
|
138 |
/* Request types for pcre_fullinfo() */ |
/* Request types for pcre_fullinfo() */ |
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. */ |