IDZEBRA  2.2.7
Data Fields
zebra_strmap Struct Reference

Data Fields

NMEM nmem_str
 
NMEM nmem_ent
 
int hsize
 
int size
 
struct strmap_entry ** entries
 
struct strmap_entryfree_entries
 

Detailed Description

Definition at line 36 of file strmap.c.

Field Documentation

◆ 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().

◆ free_entries

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().

◆ hsize

int zebra_strmap::hsize

Definition at line 39 of file strmap.c.

Referenced by hash(), zebra_strmap_create(), and zebra_strmap_it_next().

◆ nmem_ent

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_str

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().

◆ size

int zebra_strmap::size

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