HomeSort by relevance Sort by last modified time
    Searched full:chainp (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
cache.c 505 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
520 *chainp = crecp;
521 chainp = &crecp->next;
567 *chainp = cache_head;
598 struct crec **up, **chainp = &ans; local
611 *chainp = crecp;
612 chainp = &crecp->next;
632 *chainp = cache_head;
    [all...]

Completed in 440 milliseconds