IDZEBRA  2.2.7
Data Fields
strmap_entry Struct Reference

Data Fields

char * name
 
size_t data_len
 
void * data_buf
 
struct strmap_entrynext
 

Detailed Description

Definition at line 29 of file strmap.c.

Field Documentation

◆ data_buf

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

◆ data_len

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

◆ name

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

◆ next

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


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