Home
last modified time | relevance | path

Searched refs:rAccelType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_revacc.cpp71 nfa->rAccelType = ACCEL_RDEOD; in lookForEodSchemes()
84 nfa->rAccelType = ACCEL_RDEOD_NOCASE; in lookForEodSchemes()
105 nfa->rAccelType = ACCEL_REOD; in lookForEodSchemes()
116 nfa->rAccelType = ACCEL_REOD_NOCASE; in lookForEodSchemes()
143 nfa->rAccelType = ACCEL_RDVERM; in lookForFloatingSchemes()
157 nfa->rAccelType = ACCEL_RDVERM_NOCASE; in lookForFloatingSchemes()
179 nfa->rAccelType = ACCEL_RVERM; in lookForFloatingSchemes()
190 nfa->rAccelType = ACCEL_RVERM_NOCASE; in lookForFloatingSchemes()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_rev_api.h49 switch (nfa->rAccelType) { in nfaRevAccel_i()
147 if (nfa->rAccelType == ACCEL_NONE) { in nfaRevAccelCheck()
H A Dnfa_dump_internal.cpp99 switch (nfa->rAccelType) { in dumpTextReverse()
H A Dnfa_internal.h96 u8 rAccelType; member