- LHASH_COMP_FN_TYPE
alias LHASH_COMP_FN_TYPE = ExternC!(int function(const(void)*, const(void)*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LHASH_DOALL_ARG_FN_TYPE
alias LHASH_DOALL_ARG_FN_TYPE = ExternC!(void function(void*, void*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LHASH_DOALL_FN_TYPE
alias LHASH_DOALL_FN_TYPE = ExternC!(void function(void*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LHASH_HASH_FN_TYPE
alias LHASH_HASH_FN_TYPE = ExternC!(c_ulong function(const(void)*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LHASH_NODE
alias LHASH_NODE = lhash_node_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _LHASH
alias _LHASH = lhash_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CHECKED_LHASH_OF
auto CHECKED_LHASH_OF(LHASH_OF!type* lh)
Undocumented in source. Be warned that the author may not have intended to support it.
- lh_delete
void* lh_delete(_LHASH* lh, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_doall
void lh_doall(_LHASH* lh, LHASH_DOALL_FN_TYPE func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_doall_arg
void lh_doall_arg(_LHASH* lh, LHASH_DOALL_ARG_FN_TYPE func, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_error
auto lh_error(_LHASH* lh)
Undocumented in source. Be warned that the author may not have intended to support it.
- lh_free
void lh_free(_LHASH* lh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_insert
void* lh_insert(_LHASH* lh, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_new
_LHASH* lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_node_stats
void lh_node_stats(const(_LHASH)* lh, FILE* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_node_stats_bio
void lh_node_stats_bio(const(_LHASH)* lh, BIO* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_node_usage_stats
void lh_node_usage_stats(const(_LHASH)* lh, FILE* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_node_usage_stats_bio
void lh_node_usage_stats_bio(const(_LHASH)* lh, BIO* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_num_items
c_ulong lh_num_items(const(_LHASH)* lh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_retrieve
void* lh_retrieve(_LHASH* lh, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_stats
void lh_stats(const(_LHASH)* lh, FILE* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_stats_bio
void lh_stats_bio(const(_LHASH)* lh, BIO* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lh_strhash
c_ulong lh_strhash(const(char)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.