Searched refs:t_dict_node (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddict.c72 t_dict_node; typedef in typeref:struct:s_dict_node
79 #define Dict_head (*(t_dict_node **)dict)
86 static t_dict_node *DictInternalFind(dict_hdl_t dict, const char * const key);
87 static void DictInternalFreeNode(t_dict_node ** const p);
95 * Function name : static t_dict_node *DictInternalFind(const char * const key)
109 static t_dict_node *DictInternalFind(const dict_hdl_t dict, const char * const key)
111 t_dict_node *p;
121 * Function name : static void DictInternalFreeNode(t_dict_node ** const p)
133 static void DictInternalFreeNode(t_dict_node ** const p)
137 t_dict_node *tm
[all...]

Completed in 209 milliseconds