Searched refs:mpm_gen_info_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apache-793/httpd/server/
H A Dmpm_common.c130 typedef struct mpm_gen_info_t { struct
131 APR_RING_ENTRY(mpm_gen_info_t) link;
135 } mpm_gen_info_t; typedef in typeref:struct:mpm_gen_info_t
137 APR_RING_HEAD(mpm_gen_info_head_t, mpm_gen_info_t);
423 static void end_gen(mpm_gen_info_t *gi)
429 APR_RING_INSERT_HEAD(unused_geninfo, gi, mpm_gen_info_t, link);
435 mpm_gen_info_t *cur;
443 while (cur != APR_RING_SENTINEL(geninfo, mpm_gen_info_t, link) &&
448 if (cur == APR_RING_SENTINEL(geninfo, mpm_gen_info_t, link)) {
472 mpm_gen_info_t *cu
[all...]

Completed in 83 milliseconds