Searched refs:next_list (Results 1 – 1 of 1) sorted by relevance
76 auto next_list = list; in ListAddAfterLen() local78 while (*next_list) { in ListAddAfterLen()79 if ((*next_list)->prefix_len < prefix_len || (*next_list)->prefix[0] == '*') { in ListAddAfterLen()80 ListAdd(next_list, prefix, context); in ListAddAfterLen()83 next_list = &(*next_list)->next; in ListAddAfterLen()85 ListAdd(next_list, prefix, context); in ListAddAfterLen()