| 117 |
#define PCRE_UNGREEDY 0x00000200 /* Compile */ |
#define PCRE_UNGREEDY 0x00000200 /* Compile */ |
| 118 |
#define PCRE_NOTEMPTY 0x00000400 /* Exec, DFA exec */ |
#define PCRE_NOTEMPTY 0x00000400 /* Exec, DFA exec */ |
| 119 |
/* The next two are also used in exec and DFA exec */ |
/* The next two are also used in exec and DFA exec */ |
| 120 |
#define PCRE_UTF8 0x00000800 /* Compile (Same as PCRE_UTF16) */ |
#define PCRE_UTF8 0x00000800 /* Compile (same as PCRE_UTF16) */ |
| 121 |
#define PCRE_UTF16 0x00000800 /* Compile (Same as PCRE_UTF8) */ |
#define PCRE_UTF16 0x00000800 /* Compile (same as PCRE_UTF8) */ |
| 122 |
#define PCRE_NO_AUTO_CAPTURE 0x00001000 /* Compile */ |
#define PCRE_NO_AUTO_CAPTURE 0x00001000 /* Compile */ |
| 123 |
#define PCRE_NO_UTF8_CHECK 0x00002000 /* Compile, exec, DFA exec */ |
/* The next two are also used in exec and DFA exec */ |
| 124 |
|
#define PCRE_NO_UTF8_CHECK 0x00002000 /* Compile (same as PCRE_NO_UTF16_CHECK) */ |
| 125 |
|
#define PCRE_NO_UTF16_CHECK 0x00002000 /* Compile (same as PCRE_NO_UTF8_CHECK) */ |
| 126 |
#define PCRE_AUTO_CALLOUT 0x00004000 /* Compile */ |
#define PCRE_AUTO_CALLOUT 0x00004000 /* Compile */ |
| 127 |
#define PCRE_PARTIAL_SOFT 0x00008000 /* Exec, DFA exec */ |
#define PCRE_PARTIAL_SOFT 0x00008000 /* Exec, DFA exec */ |
| 128 |
#define PCRE_PARTIAL 0x00008000 /* Backwards compatible synonym */ |
#define PCRE_PARTIAL 0x00008000 /* Backwards compatible synonym */ |