Kannel: Open Source WAP and SMS gateway  svn-r5335
numhash_table Struct Reference

Data Fields

struct numhash_numbernumbers
 
long number_total
 
long table_size
 
struct numhash_number ** hash
 
long hash_size
 

Detailed Description

Definition at line 92 of file numhash.c.

Field Documentation

◆ hash

struct numhash_number** numhash_table::hash

Definition at line 96 of file numhash.c.

Referenced by numhash_init().

◆ hash_size

long numhash_table::hash_size

Definition at line 97 of file numhash.c.

Referenced by numhash_init().

◆ number_total

long numhash_table::number_total

Definition at line 94 of file numhash.c.

Referenced by numhash_init().

◆ numbers

struct numhash_number* numhash_table::numbers

Definition at line 93 of file numhash.c.

Referenced by numhash_init().

◆ table_size

long numhash_table::table_size

Definition at line 95 of file numhash.c.

Referenced by numhash_init().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.