Lines Matching refs:index
692 * descriptor, and advance our saved index to round-robin
969 int index;
1180 for (index = 0; index < ap_daemons_limit; ++index) {
1181 if (ap_scoreboard_image->servers[index][0].status != SERVER_DEAD) {
1183 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL);
1211 for (index = 0; index < ap_daemons_limit; ++index) {
1212 if (ap_mpm_safe_kill(MPM_CHILD_PID(index), 0) == APR_SUCCESS) {
1259 for (index = 0; index < ap_daemons_limit; ++index) {
1260 if (ap_scoreboard_image->servers[index][0].status != SERVER_DEAD) {
1261 ap_scoreboard_image->servers[index][0].status = SERVER_GRACEFUL;
1269 ap_mpm_safe_kill(ap_scoreboard_image->parent[index].pid, AP_SIG_GRACEFUL);