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

/httpd/server/
H A Dmpm_unix.c205 int next_action = 1; /* index of first real action */ local
221 if (action_table[next_action].action_time <= apr_time_now() - starttime) {
222 cur_action = next_action;
223 ++next_action;

Completed in 13 milliseconds