Home
last modified time | relevance | path

Searched defs:RepeatStateInfo (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Drepeatcompile.h51 struct RepeatStateInfo { struct
55 u32 stateSize;
56 u32 packedCtrlSize;
57 u32 horizon;
58 u32 patchCount;
59 u32 patchSize;
60 u32 encodingSize;
61 u32 patchesOffset;
62 std::vector<u32> packedFieldSizes;
63 std::vector<uint64_t> table; // not u64a, for boost/gcc-4.9
H A Drepeatcompile.cpp123 RepeatStateInfo::RepeatStateInfo(enum RepeatType type, const depth &repeatMin, in RepeatStateInfo() function in ue2::RepeatStateInfo