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

/httpd/server/
H A Dmpm_common.c151 typedef struct mpm_gen_info_t { struct
152 APR_RING_ENTRY(mpm_gen_info_t) link;
156 } mpm_gen_info_t; typedef in typeref:struct:mpm_gen_info_t
158 APR_RING_HEAD(mpm_gen_info_head_t, mpm_gen_info_t);
444 static void end_gen(mpm_gen_info_t *gi)
450 APR_RING_INSERT_HEAD(unused_geninfo, gi, mpm_gen_info_t, link);
456 mpm_gen_info_t *cur;
464 while (cur != APR_RING_SENTINEL(geninfo, mpm_gen_info_t, link) &&
469 if (cur == APR_RING_SENTINEL(geninfo, mpm_gen_info_t, link)) {
493 mpm_gen_info_t *cu
[all...]

Completed in 1342 milliseconds