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

/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dcache.c16 static struct crec *cache_head, *cache_tail; variable in typeref:struct:
31 cache_head = cache_tail = NULL;
57 cache_tail->next = crecp;
58 crecp->prev = cache_tail;
60 cache_tail = crecp;
78 if (!cache_tail)
79 cache_tail = crecp;
93 cache_tail = crecp->prev;
179 new = cache_tail;
192 cache_tail
[all...]

Completed in 177 milliseconds