Searched refs:not_accepting (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dscoreboard.h137 char not_accepting; /* the process is busy and is not accepting more member in struct:process_score
/httpd/modules/generators/
H A Dmod_status.c562 ps_record->not_accepting ? "no" : "yes",
/httpd/server/mpm/event/
H A Devent.c448 ap_scoreboard_image->parent[process_slot].not_accepting = 1;
469 ap_scoreboard_image->parent[process_slot].not_accepting = 0;
2742 ap_scoreboard_image->parent[slot].not_accepting = 0;
2820 if (status <= SERVER_READY && !ps->quiescing && !ps->not_accepting
/httpd/modules/lua/
H A Dlua_request.c1227 lua_pushstring(L, "not_accepting");
1228 lua_pushnumber(L, ps_record->not_accepting);

Completed in 874 milliseconds