PostgreSQL Source Code  git master
dshash_parameters Struct Reference

#include <dshash.h>

Data Fields

size_t key_size
 
size_t entry_size
 
dshash_compare_function compare_function
 
dshash_hash_function hash_function
 
dshash_copy_function copy_function
 
int tranche_id
 

Detailed Description

Definition at line 54 of file dshash.h.

Field Documentation

◆ compare_function

dshash_compare_function dshash_parameters::compare_function

Definition at line 58 of file dshash.h.

Referenced by equal_keys().

◆ copy_function

dshash_copy_function dshash_parameters::copy_function

Definition at line 60 of file dshash.h.

Referenced by copy_key().

◆ entry_size

size_t dshash_parameters::entry_size

Definition at line 57 of file dshash.h.

Referenced by insert_into_bucket().

◆ hash_function

dshash_hash_function dshash_parameters::hash_function

Definition at line 59 of file dshash.h.

Referenced by hash_key().

◆ key_size

size_t dshash_parameters::key_size

Definition at line 56 of file dshash.h.

Referenced by copy_key(), equal_keys(), and hash_key().

◆ tranche_id

int dshash_parameters::tranche_id

Definition at line 61 of file dshash.h.

Referenced by dshash_create().


The documentation for this struct was generated from the following file: