OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
lhash_st Struct Reference

#include <lhash.h>

Public Attributes

LHASH_NODE ** b
 
LHASH_COMP_FN_TYPE comp
 
LHASH_HASH_FN_TYPE hash
 
unsigned int num_nodes
 
unsigned int num_alloc_nodes
 
unsigned int p
 
unsigned int pmax
 
unsigned long up_load
 
unsigned long down_load
 
unsigned long num_items
 
unsigned long num_expands
 
unsigned long num_expand_reallocs
 
unsigned long num_contracts
 
unsigned long num_contract_reallocs
 
unsigned long num_hash_calls
 
unsigned long num_comp_calls
 
unsigned long num_insert
 
unsigned long num_replace
 
unsigned long num_delete
 
unsigned long num_no_delete
 
unsigned long num_retrieve
 
unsigned long num_retrieve_miss
 
unsigned long num_hash_comps
 
int error
 

Detailed Description

Definition at line 138 of file lhash.h.

Member Data Documentation

LHASH_NODE ** lhash_st::b

Definition at line 140 of file lhash.h.

LHASH_COMP_FN_TYPE lhash_st::comp

Definition at line 141 of file lhash.h.

unsigned long lhash_st::down_load

Definition at line 148 of file lhash.h.

int lhash_st::error

Definition at line 165 of file lhash.h.

LHASH_HASH_FN_TYPE lhash_st::hash

Definition at line 142 of file lhash.h.

unsigned int lhash_st::num_alloc_nodes

Definition at line 144 of file lhash.h.

unsigned long lhash_st::num_comp_calls

Definition at line 156 of file lhash.h.

unsigned long lhash_st::num_contract_reallocs

Definition at line 154 of file lhash.h.

unsigned long lhash_st::num_contracts

Definition at line 153 of file lhash.h.

unsigned long lhash_st::num_delete

Definition at line 159 of file lhash.h.

unsigned long lhash_st::num_expand_reallocs

Definition at line 152 of file lhash.h.

unsigned long lhash_st::num_expands

Definition at line 151 of file lhash.h.

unsigned long lhash_st::num_hash_calls

Definition at line 155 of file lhash.h.

unsigned long lhash_st::num_hash_comps

Definition at line 163 of file lhash.h.

unsigned long lhash_st::num_insert

Definition at line 157 of file lhash.h.

unsigned long lhash_st::num_items

Definition at line 149 of file lhash.h.

unsigned long lhash_st::num_no_delete

Definition at line 160 of file lhash.h.

unsigned int lhash_st::num_nodes

Definition at line 143 of file lhash.h.

unsigned long lhash_st::num_replace

Definition at line 158 of file lhash.h.

unsigned long lhash_st::num_retrieve

Definition at line 161 of file lhash.h.

unsigned long lhash_st::num_retrieve_miss

Definition at line 162 of file lhash.h.

unsigned int lhash_st::p

Definition at line 145 of file lhash.h.

unsigned int lhash_st::pmax

Definition at line 146 of file lhash.h.

unsigned long lhash_st::up_load

Definition at line 147 of file lhash.h.


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