|
IDZEBRA 2.2.8
|
Data Fields | |
| ZebraHandle | zh |
| zint | no_isam_entries [9] |
| int | no_dict_entries |
| int | no_dict_bytes |
| int | isam_bounds [20] |
| int | isam_occurrences [20] |
| char | tmp [128] |
| int | isamb_levels [10][5] |
| zint | isamb_sizes [10] |
| zint | isamb_blocks [10] |
| unsigned long | cksum |
| int | dumpwords |
| unsigned long inv_stat_info::cksum |
Definition at line 41 of file invstat.c.
Referenced by zebra_register_statistics().
| int inv_stat_info::dumpwords |
Definition at line 42 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| int inv_stat_info::isam_bounds[20] |
Definition at line 35 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| int inv_stat_info::isam_occurrences[20] |
Definition at line 36 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| zint inv_stat_info::isamb_blocks[10] |
Definition at line 40 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| int inv_stat_info::isamb_levels[10][5] |
Definition at line 38 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| zint inv_stat_info::isamb_sizes[10] |
Definition at line 39 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| int inv_stat_info::no_dict_bytes |
Definition at line 34 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| int inv_stat_info::no_dict_entries |
Definition at line 33 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| zint inv_stat_info::no_isam_entries[9] |
Definition at line 32 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().
| ZebraHandle inv_stat_info::zh |
Definition at line 31 of file invstat.c.
Referenced by inv_stat_handle(), and zebra_register_statistics().