eod: tidy up, rename to roseStreamEodExec

This commit is contained in:
Justin Viiret
2016-06-15 09:47:24 +10:00
committed by Matthew Barr
parent 66e0b77aa4
commit d5c1280b9f
3 changed files with 23 additions and 33 deletions

View File

@@ -43,8 +43,8 @@ void roseBlockExec(const struct RoseEngine *t, struct hs_scratch *scratch);
/* assumes core_info in scratch has been init to point to data */
void roseStreamExec(const struct RoseEngine *t, struct hs_scratch *scratch);
void roseEodExec(const struct RoseEngine *t, u64a offset,
struct hs_scratch *scratch);
void roseStreamEodExec(const struct RoseEngine *t, u64a offset,
struct hs_scratch *scratch);
hwlmcb_rv_t rosePureLiteralCallback(size_t start, size_t end, u32 id,
void *context);