aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/hyperscan/src/som/som_runtime.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/som/som_runtime.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/som/som_runtime.h')
-rw-r--r--contrib/libs/hyperscan/src/som/som_runtime.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/hyperscan/src/som/som_runtime.h b/contrib/libs/hyperscan/src/som/som_runtime.h
index 30c7ace8cb..898c2a51d7 100644
--- a/contrib/libs/hyperscan/src/som/som_runtime.h
+++ b/contrib/libs/hyperscan/src/som/som_runtime.h
@@ -26,8 +26,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/**
- * \file
+/**
+ * \file
* \brief SOM runtime code.
*
* Runtime code for SOM handling called by the Rose callback adaptors.
@@ -39,17 +39,17 @@
#include "scratch.h"
#include "ue2common.h"
-struct som_operation;
+struct som_operation;
void handleSomInternal(struct hs_scratch *scratch,
- const struct som_operation *ri, const u64a to_offset);
+ const struct som_operation *ri, const u64a to_offset);
// Returns the from_offset.
u64a handleSomExternal(struct hs_scratch *scratch,
- const struct som_operation *ri, const u64a to_offset);
+ const struct som_operation *ri, const u64a to_offset);
void setSomFromSomAware(struct hs_scratch *scratch,
- const struct som_operation *ri, u64a from_offset,
+ const struct som_operation *ri, u64a from_offset,
u64a to_offset);
int flushStoredSomMatches_i(struct hs_scratch *scratch, u64a offset);