bitcoin ~master (2020-04-22T17:24:46Z)
Dub
Repo
lhash_node_st
deimos
openssl
lhash
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
lhash_node_st {
void
*
data
;
lhash_node_st
*
next
;
version(!OPENSSL_NO_HASH_COMP)
c_ulong
hash
;
}
Members
Variables
data
void
*
data
;
Undocumented in source.
hash
c_ulong
hash
;
Undocumented in source.
next
lhash_node_st
*
next
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
lhash
aliases
LHASH_COMP_FN_TYPE
LHASH_DOALL_ARG_FN_TYPE
LHASH_DOALL_FN_TYPE
LHASH_HASH_FN_TYPE
LHASH_NODE
_LHASH
functions
CHECKED_LHASH_OF
lh_delete
lh_doall
lh_doall_arg
lh_error
lh_free
lh_insert
lh_new
lh_node_stats
lh_node_stats_bio
lh_node_usage_stats
lh_node_usage_stats_bio
lh_num_items
lh_retrieve
lh_stats
lh_stats_bio
lh_strhash
manifest constants
LH_LOAD_MULT
mixin templates
DECLARE_LHASH_OF
structs
LHASH_OF
lhash_node_st
lhash_st