mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
allow some prefixes that may squash the literal match to run eagerly
This commit is contained in:
@@ -60,6 +60,7 @@ extern "C"
|
||||
char gf_name##_reportCurrent(const struct NFA *n, struct mq *q); \
|
||||
char gf_name##_inAccept(const struct NFA *n, ReportID report, \
|
||||
struct mq *q); \
|
||||
char gf_name##_inAnyAccept(const struct NFA *n, struct mq *q); \
|
||||
char gf_name##_queueInitState(const struct NFA *n, struct mq *q); \
|
||||
char gf_name##_initCompressedState(const struct NFA *n, u64a offset, \
|
||||
void *state, u8 key); \
|
||||
|
||||
Reference in New Issue
Block a user