Install type‐safe thunk adapters used by DEFINE_LHASH_OF wrappers on lh.

Synopsis

Return Value

lh on success (for chaining), or NULL on failure.

Parameters

Name

Description

lh

Hash table to configure (often freshly created by OPENSSL_LH_new()).

hw

Thunk that applies a typed hash function to a void* element.

cw

Thunk that applies a typed compare function to void* elements.

daw

Thunk that applies a typed doall callback to a void* element.

daaw

Thunk that applies a typed doall‐arg callback to void* element/arg.

Created with MrDocs