MySQL
9.1.0
Source Code Documentation
my_murmur3.h
Go to the documentation of this file.
1
#ifndef MY_MURMUR3_INCLUDED
2
#define MY_MURMUR3_INCLUDED
3
4
/* Copyright (c) 2013, 2024, Oracle and/or its affiliates.
5
6
This program is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License, version 2.0,
8
as published by the Free Software Foundation.
9
10
This program is designed to work with certain software (including
11
but not limited to OpenSSL) that is licensed under separate terms,
12
as designated in a particular file or component or in included license
13
documentation. The authors of MySQL hereby grant you an additional
14
permission to link the program and your derivative works with the
15
separately licensed software that they have either included with
16
the program or referenced in the documentation.
17
18
This program is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
GNU General Public License, version 2.0, for more details.
22
23
You should have received a copy of the GNU General Public License
24
along with this program; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
26
27
/**
28
@file include/my_murmur3.h
29
*/
30
31
#include <stddef.h>
32
33
#include "
my_inttypes.h
"
34
#include "
my_macros.h
"
35
36
uint32
murmur3_32
(
const
uchar
*
key
,
size_t
len,
uint32
seed);
37
38
#endif
/* MY_MURMUR3_INCLUDED */
my_inttypes.h
Some integer typedefs for easier portability.
uchar
unsigned char uchar
Definition:
my_inttypes.h:52
uint32
uint32_t uint32
Definition:
my_inttypes.h:67
my_macros.h
Some common macros.
murmur3_32
uint32 murmur3_32(const uchar *key, size_t len, uint32 seed)
Compute 32-bit version of MurmurHash3 hash for the key.
Definition:
my_murmur3.cc:86
key
required string key
Definition:
replication_asynchronous_connection_failover.proto:60
include
my_murmur3.h
Generated by
1.9.2