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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddict.c79 #define Dict_head (*(t_dict_node **)dict) macro
114 for (p = Dict_head; p; p = p->next)
166 Dict_head = NULL;
228 node->next = Dict_head;
229 Dict_head = node;
273 for (p = &Dict_head; *p; p = &(*p)->next)
293 return NULL == Dict_head;
309 while (Dict_head)
311 DictInternalFreeNode(&Dict_head);
331 for (p = Dict_head;
[all...]

Completed in 104 milliseconds