Lines Matching defs:slot
110 * The max child slot ever assigned, preserved across restarts. Necessary
213 static void prefork_note_child_started(int slot, pid_t pid)
215 ap_scoreboard_image->parent[slot].pid = pid;
217 ap_scoreboard_image->parent[slot].pid,
218 retained->my_generation, slot, MPM_CHILD_STARTED);
235 prefork_note_child_killed(/* slot */ 0, 0, 0);
753 static int make_child(server_rec *s, int slot, int bucket)
757 if (slot + 1 > retained->max_daemons_limit) {
758 retained->max_daemons_limit = slot + 1;
771 prefork_note_child_started(slot, getpid());
772 child_main(slot, 0);
778 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_STARTING,
792 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_DEAD,
836 child_main(slot, bucket);
839 ap_scoreboard_image->parent[slot].bucket = bucket;
840 prefork_note_child_started(slot, pid);
1111 /* Great, we've probably just lost a slot in the