config.c | 112 struct dnssl *dnssl; local in function:free_rainfo 142 while ((dnssl = TAILQ_FIRST(&rai->dnssl))) { 143 TAILQ_REMOVE(&rai->dnssl, dnssl, next); 144 while ((dnsd = TAILQ_FIRST(&dnssl->list))) { 145 TAILQ_REMOVE(&dnssl->list, dnsd, next); 148 free(dnssl); 170 struct dnssl *dnssl local in function:getconfig [all...] |