Method

CamelPartitionTableset_key_table

unstable since: 3.62

Declaration [src]

void
camel_partition_table_set_key_table (
  CamelPartitionTable* cpi,
  CamelKeyTable* key_table
)

Description [src]

Sets the CamelKeyTable to use for resolving hash collisions. When set, lookup and remove operations verify the actual key string stored in the key table, not just the hash value.

Available since: 3.62

Parameters

key_table

Type: CamelKeyTable

A CamelKeyTable, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.