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

/httpd/server/
H A Dmpm_unix.c68 typedef struct extra_process_t { struct
69 struct extra_process_t *next;
72 } extra_process_t; typedef in typeref:struct:extra_process_t
74 static extra_process_t *extras;
78 extra_process_t *p = (extra_process_t *)ap_malloc(sizeof(extra_process_t));
88 extra_process_t *cur = extras;
89 extra_process_t *prev = NULL;
181 extra_process_t *cur_extr
[all...]

Completed in 1012 milliseconds