Home
last modified time | relevance | path

Searched refs:rvermicelliExec (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Drvermicelli.cpp44 const u8 *rv = rvermicelliExec('a', 0, begin, end); in TEST()
47 rv = rvermicelliExec('B', 0, begin, end); in TEST()
50 rv = rvermicelliExec('A', 1, begin, end); in TEST()
60 const u8 *rv = rvermicelliExec('a', 0, (u8 *)t1, in TEST()
65 rv = rvermicelliExec('A', 1, (u8 *)t1 + i, (u8 *)t1 + strlen(t1)); in TEST()
75 const u8 *rv = rvermicelliExec('a', 0, (u8 *)t1, in TEST()
80 rv = rvermicelliExec('A', 1, (u8 *)t1, (u8 *)t1 + strlen(t1) - i); in TEST()
90 const u8 *rv = rvermicelliExec('a', 0, (u8 *)t1, in TEST()
95 rv = rvermicelliExec('A', 1, (u8 *)t1, (u8 *)t1 + strlen(t1) - i); in TEST()
106 const u8 *rv = rvermicelliExec('a', 0, (u8 *)t1, (u8 *)t1 + strlen(t1)); in TEST()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_rev_api.h56 rv = rvermicelliExec(nfa->rAccelData.c, 0, buffer, in nfaRevAccel_i()
66 rv = rvermicelliExec(nfa->rAccelData.c, 1, buffer, in nfaRevAccel_i()
H A Dvermicelli.h321 const u8 *rvermicelliExec(char c, char nocase, const u8 *buf, in rvermicelliExec() function
H A Dlbr.c327 const u8 *ptr = rvermicelliExec(l->c, 0, buf + begin, buf + end); in lbrRevScanVerm()
H A Dcastle.c621 const u8 *ptr = rvermicelliExec(c->u.verm.c, 0, buf + begin, buf + end); in castleRevScanVerm()