summaryrefslogtreecommitdiff
path: root/src/pcre2.h.generic
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-12 19:06:29 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-12 19:06:29 +0000
commit62265bf56dc6b40d998bcfcf8d5c207df16e96e1 (patch)
tree5bbfb1a5a56725e7ff78ca3690a36e1ead795721 /src/pcre2.h.generic
parent6dab29f548322f43a860bfe8bf1d36eb091a3de0 (diff)
downloadpcre2-62265bf56dc6b40d998bcfcf8d5c207df16e96e1.tar.gz
Start working on invalid utf subject support in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1003 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.generic')
-rw-r--r--src/pcre2.h.generic1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic
index 3d2feb7..f6ed686 100644
--- a/src/pcre2.h.generic
+++ b/src/pcre2.h.generic
@@ -164,6 +164,7 @@ D is inspected during pcre2_dfa_match() execution
#define PCRE2_JIT_COMPLETE 0x00000001u /* For full matching */
#define PCRE2_JIT_PARTIAL_SOFT 0x00000002u
#define PCRE2_JIT_PARTIAL_HARD 0x00000004u
+#define PCRE2_JIT_INVALID_UTF 0x00000100u
/* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
that PCRE2_ANCHORED and PCRE2_NO_UTF_CHECK can also be passed to these