HomeSort by: relevance | last modified time | path
    Searched defs:top_prev (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
895 if (top_prev != NULL) {
896 top_prev->next = current->next;
902 top_prev = current;
912 dns_slabheader_t *top_prev = NULL, *top_next = NULL; local
954 if (top_prev != NULL) {
955 top_prev->next = current->next;
970 if (top_prev != NULL) {
971 top_prev->next = down_next;
1018 top_prev = current
    [all...]
qpcache.c 600 dns_slabheader_t *current = NULL, *top_prev = NULL, *top_next = NULL; local
616 if (top_prev != NULL) {
617 top_prev->next = current->next;
623 top_prev = current;
qpzone.c 700 dns_slabheader_t *top_prev = NULL, *top_next = NULL; local
742 if (top_prev != NULL) {
743 top_prev->next = current->next;
758 if (top_prev != NULL) {
759 top_prev->next = down_next;
806 top_prev = current;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1677 rdatasetheader_t *current, *top_prev, *top_next; local
1684 top_prev = NULL;
1695 if (top_prev != NULL) {
1696 top_prev->next = current->next;
1702 top_prev = current;
1712 rdatasetheader_t *top_prev, *top_next; local
1721 top_prev = NULL;
1756 if (top_prev != NULL) {
1757 top_prev->next = current->next;
1772 if (top_prev != NULL)
    [all...]

Completed in 31 milliseconds