HomeSort by: relevance | last modified time | path
    Searched defs:top_next (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 879 dns_slabheader_t *current = NULL, *top_prev = NULL, *top_next = NULL; local
885 for (current = node->data; current != NULL; current = top_next) {
886 top_next = current->next;
912 dns_slabheader_t *top_prev = NULL, *top_next = NULL; local
920 for (current = node->data; current != NULL; current = top_next) {
921 top_next = current->next;
975 down_next->next = top_next;
4166 dns_slabheader_t *header = NULL, *top_next = NULL; local
4172 for (header = rbtnode->data; header != NULL; header = top_next) {
4173 top_next = header->next
4214 dns_slabheader_t *header = NULL, *top_next = NULL; local
    [all...]
qpcache.c 600 dns_slabheader_t *current = NULL, *top_prev = NULL, *top_next = NULL; local
606 for (current = node->data; current != NULL; current = top_next) {
607 top_next = current->next;
3752 dns_slabheader_t *header = NULL, *top_next = NULL; local
3758 for (header = qpnode->data; header != NULL; header = top_next) {
3759 top_next = header->next;
3796 dns_slabheader_t *header = NULL, *top_next = NULL; local
3823 top_next = header->next;
3824 while (top_next != NULL &&
3825 (top_next->type == type || top_next->type == negtype)
    [all...]
qpzone.c 700 dns_slabheader_t *top_prev = NULL, *top_next = NULL; local
708 for (current = node->data; current != NULL; current = top_next) {
709 top_next = current->next;
763 down_next->next = top_next;
4006 dns_slabheader_t *header = NULL, *top_next = NULL; local
4012 for (header = node->data; header != NULL; header = top_next) {
4013 top_next = header->next;
4048 dns_slabheader_t *header = NULL, *top_next = NULL; local
4069 top_next = header->next;
4070 while (top_next != NULL &
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1677 rdatasetheader_t *current, *top_prev, *top_next; local
1685 for (current = node->data; current != NULL; current = top_next) {
1686 top_next = current->next;
1712 rdatasetheader_t *top_prev, *top_next; local
1722 for (current = node->data; current != NULL; current = top_next) {
1723 top_next = current->next;
1777 down_next->next = top_next;
5766 rdatasetheader_t *current, *top_next; local
5769 current = top_next)
5771 top_next = current->next
9275 rdatasetheader_t *header, *top_next; local
9324 rdatasetheader_t *header, *top_next; local
    [all...]

Completed in 102 milliseconds