Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/
H A Druntime.c433 } else if (told_to_stop_matching(scratch)) { in hs_scan()
470 told_to_stop_matching(scratch)); in hs_scan()
471 hs_error_t rv = told_to_stop_matching(scratch) ? HS_SCAN_TERMINATED in hs_scan()
695 if (rose->hasSom && !told_to_stop_matching(scratch)) { in report_eod_matches()
794 if (!told_to_stop_matching(scratch) && in rawStreamExec()
826 if (!told_to_stop_matching(scratch) && in pureLiteralStreamExec()
864 } else if (!told_to_stop_matching(scratch)) { in soleOutfixStreamExec()
932 if (told_to_stop_matching(scratch)) { in hs_scan_stream_internal()
954 if (rose->hasSom && !told_to_stop_matching(scratch)) { in hs_scan_stream_internal()
972 } else if (told_to_stop_matching(scratch)) { in hs_scan_stream_internal()
[all …]
H A Dscratch.h228 char told_to_stop_matching(const struct hs_scratch *scratch) { in told_to_stop_matching() function
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dstream.c554 assert(!told_to_stop_matching(scratch)); in roseStreamExec()
679 if (!told_to_stop_matching(scratch) in roseStreamExec()
725 assert(!told_to_stop_matching(scratch)); in roseStreamEodExec()
H A Dblock.c354 assert(!told_to_stop_matching(scratch)); in roseBlockExec()
/dports/devel/hyperscan/hyperscan-5.4.0/src/som/
H A Dsom_runtime.c502 assert(!told_to_stop_matching(scratch)); in flushStoredSomMatches_i()