webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
lhash_st Struct Reference

#include <lhash.h>

Public Attributes

size_t num_items
 
LHASH_ITEM ** buckets
 
size_t num_buckets
 
unsigned callback_depth
 
lhash_cmp_func comp
 
lhash_hash_func hash
 

Member Data Documentation

◆ buckets

LHASH_ITEM** lhash_st::buckets

◆ callback_depth

unsigned lhash_st::callback_depth

◆ comp

lhash_cmp_func lhash_st::comp

◆ hash

lhash_hash_func lhash_st::hash

◆ num_buckets

size_t lhash_st::num_buckets

◆ num_items

size_t lhash_st::num_items

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