Searched defs:_entry (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtcacheclean.c84 typedef struct _entry { struct
85 APR_RING_ENTRY(_entry) link;
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);
981 e != APR_RING_SENTINEL(&root, _entry, link);
1001 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1026 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1055 && !interrupted && !APR_RING_EMPTY(&root, _entry, link)) {
1059 e != APR_RING_SENTINEL(&root, _entry, lin
[all...]

Completed in 316 milliseconds