|
IDZEBRA 2.2.8
|
Data Fields | |
| char * | name |
| size_t | data_len |
| void * | data_buf |
| struct strmap_entry * | next |
| void* strmap_entry::data_buf |
Definition at line 32 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_it_next(), and zebra_strmap_lookup().
| size_t strmap_entry::data_len |
Definition at line 31 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_it_next(), and zebra_strmap_lookup().
| char* strmap_entry::name |
Definition at line 30 of file strmap.c.
Referenced by hash(), zebra_strmap_add(), zebra_strmap_lookup(), and zebra_strmap_remove().
| struct strmap_entry* strmap_entry::next |
Definition at line 33 of file strmap.c.
Referenced by zebra_strmap_add(), zebra_strmap_lookup(), and zebra_strmap_remove().