Searched refs:apr_next (Results 1 – 2 of 2) sorted by relevance
278 for (ap = ap_proxylist; ap; ap = ap->apr_next) in ipf_proxy_main_unload()332 last->apr_next = apn; in ipf_proxy_soft_create()337 for (ap = ips_proxies; ap != NULL; ap = ap->apr_next) { in ipf_proxy_soft_create()342 last->apr_next = apn; in ipf_proxy_soft_create()374 apn->apr_next = NULL; in ipf_proxy_create_clone()420 for (ap = softp->ips_proxies; ap != NULL; ap = ap->apr_next) { in ipf_proxy_soft_init()449 for (ap = softp->ips_proxies; ap != NULL; ap = ap->apr_next) { in ipf_proxy_soft_fini()481 softp->ips_proxies = ap->apr_next; in ipf_proxy_soft_destroy()516 for (ap = softp->ips_proxies; ap; ap = ap->apr_next) in ipf_proxy_flush()521 for (ap = softp->ips_proxies; ap; ap = ap->apr_next) in ipf_proxy_flush()[all …]
96 struct aproxy *apr_next; member