aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/hyperscan/src/rose/rose.h
diff options
context:
space:
mode:
authorIvan Blinkov <ivan@blinkov.ru>2022-02-10 16:47:10 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:10 +0300
commit1aeb9a455974457866f78722ad98114bafc84e8a (patch)
treee4340eaf1668684d83a0a58c36947c5def5350ad /contrib/libs/hyperscan/src/rose/rose.h
parentbd5ef432f5cfb1e18851381329d94665a4c22470 (diff)
downloadydb-1aeb9a455974457866f78722ad98114bafc84e8a.tar.gz
Restoring authorship annotation for Ivan Blinkov <ivan@blinkov.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/hyperscan/src/rose/rose.h')
-rw-r--r--contrib/libs/hyperscan/src/rose/rose.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/hyperscan/src/rose/rose.h b/contrib/libs/hyperscan/src/rose/rose.h
index 409b70028f..4519b09de2 100644
--- a/contrib/libs/hyperscan/src/rose/rose.h
+++ b/contrib/libs/hyperscan/src/rose/rose.h
@@ -31,27 +31,27 @@
#include "ue2common.h"
-struct RoseEngine;
-struct hs_scratch;
-
+struct RoseEngine;
+struct hs_scratch;
+
// Initialise state space for engine use.
-void roseInitState(const struct RoseEngine *t, char *state);
+void roseInitState(const struct RoseEngine *t, char *state);
-/* assumes core_info in scratch has been init to point to data */
-void roseBlockExec(const struct RoseEngine *t, struct hs_scratch *scratch);
+/* assumes core_info in scratch has been init to point to data */
+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 roseStreamExec(const struct RoseEngine *t, struct hs_scratch *scratch);
-void roseStreamEodExec(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 roseCallback(size_t end, u32 id, struct hs_scratch *scratch);
+hwlmcb_rv_t roseCallback(size_t end, u32 id, struct hs_scratch *scratch);
-int roseReportAdaptor(u64a start, u64a end, ReportID id, void *context);
+int roseReportAdaptor(u64a start, u64a end, ReportID id, void *context);
-int roseRunBoundaryProgram(const struct RoseEngine *rose, u32 program,
- u64a stream_offset, struct hs_scratch *scratch);
+int roseRunBoundaryProgram(const struct RoseEngine *rose, u32 program,
+ u64a stream_offset, struct hs_scratch *scratch);
int roseRunFlushCombProgram(const struct RoseEngine *rose,
struct hs_scratch *scratch, u64a end);