Lines Matching refs:root
113 static APR_RING_ENTRY(_entry) root; /* ENTRY ring anchor */
777 APR_RING_INSERT_TAIL(&root, e, _entry, link);
893 APR_RING_INSERT_TAIL(&root, e, _entry, link);
980 for (e = APR_RING_FIRST(&root);
981 e != APR_RING_SENTINEL(&root, _entry, link);
1000 for (e = APR_RING_FIRST(&root);
1001 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1025 for (e = APR_RING_FIRST(&root);
1026 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1055 && !interrupted && !APR_RING_EMPTY(&root, _entry, link)) {
1056 oldest = APR_RING_FIRST(&root);
1059 e != APR_RING_SENTINEL(&root, _entry, link);
1306 " -p Specify PATH as the root directory of the disk cache." NL
1707 APR_RING_INIT(&root, _entry, link);