Go to the documentation of this file.
55 #define REG_ICASE 0x0001
56 #define REG_NEWLINE 0x0002
57 #define REG_NOTBOL 0x0004
58 #define REG_NOTEOL 0x0008
59 #define REG_DOTALL 0x0010
60 #define REG_NOSUB 0x0020
61 #define REG_UTF8 0x0040
62 #define REG_STARTEND 0x0080
63 #define REG_NOTEMPTY 0x0100
64 #define REG_UNGREEDY 0x0200
65 #define REG_UCP 0x0400
70 #define REG_EXTENDED 0
119 #if defined(_WIN32) && !defined(PCRE_STATIC) && !defined(PCREPOSIX_EXP_DECL)
120 # define PCREPOSIX_EXP_DECL extern __declspec(dllimport)
121 # define PCREPOSIX_EXP_DEFN __declspec(dllimport)
126 #ifndef PCREPOSIX_EXP_DECL
128 # define PCREPOSIX_EXP_DECL extern "C"
129 # define PCREPOSIX_EXP_DEFN extern "C"
131 # define PCREPOSIX_EXP_DECL extern
132 # define PCREPOSIX_EXP_DEFN extern
138 #undef PCREPOSIX_EXP_DECL
139 #define PCREPOSIX_EXP_DECL
140 #undef PCREPOSIX_EXP_DEFN
141 #define PCREPOSIX_EXP_DEFN