For internal use only.
This file contains the implementation of the hash_fnv1a() function, a generic hash function callback implementing the FNV-1a hash algorithm.
Definition in file hash_fnv1a.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for hash_fnv1a.c:
Go to the source code of this file.
Functions | |
unsigned long | hash_fnv1a (hash_table_t *table, db_key_t *key) |
FNV-1a hash function. |