Lines Matching defs:extra_process_t
68 typedef struct extra_process_t {
69 struct extra_process_t *next;
72 } 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_extra;
250 extra_process_t *next = cur_extra->next;
276 extra_process_t *cur_extra;
298 extra_process_t *next = cur_extra->next;