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