_entry 81 support/htcacheclean.c APR_RING_ENTRY(_entry) link;
_entry 469 support/htcacheclean.c APR_RING_INSERT_TAIL(&root, e, _entry, link);
_entry 602 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link);
_entry 622 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
_entry 646 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
_entry 673 support/htcacheclean.c while (sum > max && !interrupted && !APR_RING_EMPTY(&root, _entry, link)) {
_entry 677 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link);
_entry 937 support/htcacheclean.c APR_RING_INIT(&root, _entry, link);