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

/httpd/server/mpm/worker/
H A Dworker.c265 static apr_socket_t **worker_sockets; variable
271 if (worker_sockets[i]) {
272 apr_socket_close(worker_sockets[i]);
273 worker_sockets[i] = NULL;
990 worker_sockets[thread_slot] = csd;
993 worker_sockets[thread_slot] = NULL;
1076 worker_sockets = apr_pcalloc(pchild, threads_per_child
/httpd/server/mpm/event/
H A Devent.c440 static apr_socket_t **worker_sockets; variable
476 if (worker_sockets[i]) {
477 apr_socket_close(worker_sockets[i]);
478 worker_sockets[i] = NULL;
2226 worker_sockets[thread_slot] = csd;
2228 worker_sockets[thread_slot] = NULL;
2362 worker_sockets = apr_pcalloc(pchild, threads_per_child

Completed in 1346 milliseconds