fd_queue_info_t   161 server/mpm/experimental/event/event.c static fd_queue_info_t *worker_queue_info;
fd_queue_info_t    42 server/mpm/experimental/event/fdqueue.c     fd_queue_info_t *qi = data_;
fd_queue_info_t    62 server/mpm/experimental/event/fdqueue.c apr_status_t ap_queue_info_create(fd_queue_info_t ** queue_info,
fd_queue_info_t    66 server/mpm/experimental/event/fdqueue.c     fd_queue_info_t *qi;
fd_queue_info_t    89 server/mpm/experimental/event/fdqueue.c apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
fd_queue_info_t   121 server/mpm/experimental/event/fdqueue.c apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t * queue_info)
fd_queue_info_t   184 server/mpm/experimental/event/fdqueue.c void ap_push_pool(fd_queue_info_t * queue_info,
fd_queue_info_t   213 server/mpm/experimental/event/fdqueue.c void ap_pop_pool(apr_pool_t ** recycled_pool, fd_queue_info_t * queue_info)
fd_queue_info_t   242 server/mpm/experimental/event/fdqueue.c apr_status_t ap_queue_info_term(fd_queue_info_t * queue_info)
fd_queue_info_t    40 server/mpm/experimental/event/fdqueue.h typedef struct fd_queue_info_t fd_queue_info_t;
fd_queue_info_t    42 server/mpm/experimental/event/fdqueue.h apr_status_t ap_queue_info_create(fd_queue_info_t ** queue_info,
fd_queue_info_t    44 server/mpm/experimental/event/fdqueue.h apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
fd_queue_info_t    46 server/mpm/experimental/event/fdqueue.h apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t * queue_info);
fd_queue_info_t    47 server/mpm/experimental/event/fdqueue.h apr_status_t ap_queue_info_term(fd_queue_info_t * queue_info);
fd_queue_info_t    68 server/mpm/experimental/event/fdqueue.h void ap_pop_pool(apr_pool_t ** recycled_pool, fd_queue_info_t * queue_info);
fd_queue_info_t    69 server/mpm/experimental/event/fdqueue.h void ap_push_pool(fd_queue_info_t * queue_info,          
fd_queue_info_t    36 server/mpm/worker/fdqueue.c     fd_queue_info_t *qi = data_;
fd_queue_info_t    55 server/mpm/worker/fdqueue.c apr_status_t ap_queue_info_create(fd_queue_info_t **queue_info,
fd_queue_info_t    59 server/mpm/worker/fdqueue.c     fd_queue_info_t *qi;
fd_queue_info_t    82 server/mpm/worker/fdqueue.c apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info,
fd_queue_info_t   140 server/mpm/worker/fdqueue.c apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t *queue_info,
fd_queue_info_t   219 server/mpm/worker/fdqueue.c apr_status_t ap_queue_info_term(fd_queue_info_t *queue_info)
fd_queue_info_t    40 server/mpm/worker/fdqueue.h typedef struct fd_queue_info_t fd_queue_info_t;
fd_queue_info_t    42 server/mpm/worker/fdqueue.h apr_status_t ap_queue_info_create(fd_queue_info_t **queue_info,
fd_queue_info_t    44 server/mpm/worker/fdqueue.h apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info,
fd_queue_info_t    46 server/mpm/worker/fdqueue.h apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t *queue_info,
fd_queue_info_t    48 server/mpm/worker/fdqueue.h apr_status_t ap_queue_info_term(fd_queue_info_t *queue_info);
fd_queue_info_t   135 server/mpm/worker/worker.c static fd_queue_info_t *worker_queue_info;