HomeSort by relevance Sort by last modified time
    Searched refs:new_chain (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
cache.c 23 static struct crec *new_chain = NULL; variable in typeref:struct:crec
349 while (new_chain)
351 struct crec *tmp = new_chain->next;
352 cache_free(new_chain);
353 new_chain = tmp;
355 new_chain = NULL;
466 new->next = new_chain;
467 new_chain = new;
478 while (new_chain)
480 struct crec *tmp = new_chain->next
    [all...]
  /external/elfutils/src/
unstrip.c 457 Hash_Word *const new_chain = &new_bucket[nbucket]; \
467 new_chain[map[i - 1]] = map[old_chain[i] - 1]; \
    [all...]

Completed in 180 milliseconds