aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/regint.h b/regint.h
index 1f0d815db0..c310946886 100644
--- a/regint.h
+++ b/regint.h
@@ -893,6 +893,13 @@ typedef struct {
#else
uint64_t end_time;
#endif
+#ifdef USE_CACHE_MATCH_OPT
+ int num_fail;
+ int enable_cache_match_opt;
+ int num_cache_opcode;
+ UChar** cache_index_table; /* array of pointer to p (regex program) */
+ uint8_t *match_cache;
+#endif
} OnigMatchArg;