Contains details on the public xxHash functions.
More...
Contains details on the public xxHash functions.
◆ XXH_CONSTF
#define XXH_CONSTF /* disable */ |
◆ XXH_MALLOCF
◆ XXH_PUBLIC_API [1/2]
#define XXH_PUBLIC_API /* do nothing */ |
Marks a global symbol.
Definition at line 433 of file xxhash.h.
◆ XXH_PUBLIC_API [2/2]
#define XXH_PUBLIC_API /* do nothing */ |
Marks a global symbol.
Definition at line 433 of file xxhash.h.
◆ XXH_PUREF
◆ XXH_VERSION_MAJOR
#define XXH_VERSION_MAJOR 0 |
◆ XXH_VERSION_MINOR
#define XXH_VERSION_MINOR 8 |
◆ XXH_VERSION_NUMBER
Version number, encoded as two digits each.
Definition at line 454 of file xxhash.h.
◆ XXH_VERSION_RELEASE
#define XXH_VERSION_RELEASE 2 |
◆ XXHASH_H_5627135585666179
#define XXHASH_H_5627135585666179 1 |
◆ XXH64_hash_t
◆ XXH_errorcode
Exit code for the streaming API.
Enumerator |
---|
XXH_OK | OK.
|
XXH_ERROR | Error.
|
Definition at line 473 of file xxhash.h.
◆ XXH_versionNumber()
Obtains the xxHash version.
This is mostly useful when xxHash is compiled as a shared library, since the returned value comes from the library, as opposed to header file.
- Returns
- XXH_VERSION_NUMBER of the invoked library.