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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Ddict.c73 #define Dict_head (*(t_dict_node **)dict) macro
108 for (p = Dict_head; p; p = p->next)
160 Dict_head = NULL;
222 node->next = Dict_head;
223 Dict_head = node;
267 for (p = &Dict_head; *p; p = &(*p)->next)
287 return NULL == Dict_head;
303 while (Dict_head)
305 DictInternalFreeNode(&Dict_head);
325 for (p = Dict_head;
[all...]

Completed in 37 milliseconds