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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Ddict.c80 static t_dict_node *DictInternalFind(dict_hdl_t dict, const char * const key);
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) function
165 * Function name : static t_dict_node *DictInternalFind(const char * const key)
205 t_dict_node *node = DictInternalFind(dict, key);
245 t_dict_node *node = DictInternalFind(dict, key);

Completed in 36 milliseconds