Lines Matching defs:worker
215 conn->worker->cp->addr,
216 conn->worker->s->hostname);
222 * case we can dare to retry it with a different worker if we are
297 conn->worker->cp->addr,
298 conn->worker->s->hostname);
305 conn->worker->s->transferred += bufsiz;
337 conn->worker->cp->addr,
338 conn->worker->s->hostname);
342 * but doesn't affect the whole worker.
345 conn->worker->s->ping_timeout_set &&
346 conn->worker->s->ping_timeout >= 0) {
354 * retry it with a different worker if we are a balancer member.
426 conn->worker->s->transferred += bufsiz;
505 if ((conn->worker->s->flush_packets == flush_on) ||
506 ((conn->worker->s->flush_packets == flush_auto) &&
508 conn->worker->s->flush_wait))
516 conn->worker->s->read += bb_len;
637 conn->worker->cp->addr,
638 conn->worker->s->hostname);
656 conn->worker->cp->addr,
657 conn->worker->s->hostname);
669 * retry it with a different worker if we are a balancer member.
675 * but doesn't affect the whole worker.
678 conn->worker->s->ping_timeout_set &&
679 conn->worker->s->ping_timeout >= 0) {
728 static int proxy_ajp_handler(request_rec *r, proxy_worker *worker,
753 status = ap_proxy_acquire_connection(scheme, &backend, worker,
770 status = ap_proxy_determine_connection(p, r, conf, worker, backend,
779 if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) {
788 if (worker->s->ping_timeout_set) {
789 if (worker->s->ping_timeout < 0) {
794 worker->cp->addr, worker->s->hostname);
802 worker->s->ping_timeout);
813 worker->cp->addr, worker->s->hostname);