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

/httpd/server/
H A Dmpm_unix.c181 extra_process_t *cur_extra; local
247 cur_extra = extras;
248 while (cur_extra) {
250 extra_process_t *next = cur_extra->next;
252 if (reclaim_one_pid(cur_extra->pid, action_table[cur_action].action)) {
253 if (ap_unregister_extra_mpm_process(cur_extra->pid, &old_gen) == 1) {
254 mpm_callback(-1, cur_extra->pid, old_gen);
263 cur_extra = next;
276 extra_process_t *cur_extra; local
295 cur_extra
[all...]

Completed in 12 milliseconds