nfa: standardise callback start, end naming

This commit is contained in:
Justin Viiret
2016-06-29 15:04:40 +10:00
committed by Matthew Barr
parent cf9e40ae1c
commit 9f98f4c7b2
8 changed files with 47 additions and 43 deletions

View File

@@ -702,8 +702,8 @@ int roseCheckLookaround(const struct RoseEngine *t,
return 1;
}
int roseNfaEarliestSom(u64a from_offset, u64a offset, ReportID id,
void *context);
int roseNfaEarliestSom(u64a start, u64a end, ReportID id, void *context);
static rose_inline
u64a roseGetHaigSom(const struct RoseEngine *t, struct hs_scratch *scratch,
const u32 qi, UNUSED const u32 leftfixLag) {