|
IDZEBRA 2.2.8
|
Data Fields | |
| NMEM | nmem_str |
| NMEM | nmem_ent |
| int | hsize |
| int | size |
| struct strmap_entry ** | entries |
| struct strmap_entry * | free_entries |
| struct strmap_entry** zebra_strmap::entries |
Definition at line 41 of file strmap.c.
Referenced by hash(), zebra_strmap_create(), and zebra_strmap_it_next().
| struct strmap_entry* zebra_strmap::free_entries |
Definition at line 42 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_create(), and zebra_strmap_remove().
| int zebra_strmap::hsize |
Definition at line 39 of file strmap.c.
Referenced by hash(), zebra_strmap_create(), and zebra_strmap_it_next().
| NMEM zebra_strmap::nmem_ent |
Definition at line 38 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_create(), and zebra_strmap_destroy().
| NMEM zebra_strmap::nmem_str |
Definition at line 37 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_create(), and zebra_strmap_destroy().
| int zebra_strmap::size |
Definition at line 40 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_create(), zebra_strmap_get_size(), and zebra_strmap_remove().