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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Ddict.c66 t_dict_node; typedef in typeref:struct:s_dict_node
73 #define Dict_head (*(t_dict_node **)dict)
80 static t_dict_node *DictInternalFind(dict_hdl_t dict, const char * const key);
81 static void DictInternalFreeNode(t_dict_node ** const p);
89 * Function name : static t_dict_node *DictInternalFind(const char * const key)
103 static t_dict_node *DictInternalFind(const dict_hdl_t dict, const char * const key)
105 t_dict_node *p;
115 * Function name : static void DictInternalFreeNode(t_dict_node ** const p)
127 static void DictInternalFreeNode(t_dict_node ** const p)
131 t_dict_node *tm
[all...]

Completed in 28 milliseconds