Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_internal.h55 LIMEX_NFA_64, enumerator
205 case LIMEX_NFA_64: in isNfaType()
H A Dnfa_dump_dispatch.cpp64 DISPATCH_CASE(LIMEX_NFA_64, LimEx64, dbnt_func); \
H A Dnfa_api_dispatch.c59 DISPATCH_CASE(LIMEX_NFA_64, LimEx64, dbnt_func); \
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Dlimex_nfa.cpp172 if (nfa->type == LIMEX_NFA_64) { in TEST_P()