mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
rose: build a separate delay rebuild matcher
This commit is contained in:
committed by
Matthew Barr
parent
5706acf5c0
commit
ac858cd47c
@@ -326,6 +326,7 @@ struct RoseEngine {
|
||||
u32 amatcherOffset; // offset of the anchored literal matcher (bytes)
|
||||
u32 ematcherOffset; // offset of the eod-anchored literal matcher (bytes)
|
||||
u32 fmatcherOffset; // offset of the floating literal matcher (bytes)
|
||||
u32 drmatcherOffset; // offset of the delayed rebuild table (bytes)
|
||||
u32 sbmatcherOffset; // offset of the small-block literal matcher (bytes)
|
||||
u32 longLitTableOffset; // offset of the long literal table
|
||||
u32 amatcherMinWidth; /**< minimum number of bytes required for a pattern
|
||||
|
||||
Reference in New Issue
Block a user