HomeSort by relevance Sort by last modified time
    Searched full:new_chain (Results 1 - 4 of 4) 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 496 Hash_Word *const new_chain = &new_bucket[nbucket]; \
506 new_chain[map[i - 1]] = map[old_chain[i] - 1]; \
    [all...]
  /external/iptables/iptables/
ip6tables.c 148 /*NEW_CHAIN*/ {'x','x','x','x','x',' ','x','x','x','x','x'},
    [all...]
iptables.c 147 /*NEW_CHAIN*/ {'x','x','x','x','x',' ','x','x','x','x','x','x'},
    [all...]

Completed in 227 milliseconds