Lines Matching defs:connection

139    "failure" notification), consume ERR, and flush the connection. */
802 * probably means that the server can terminate the client connection
1566 answering may cause the client to terminate the connection
2176 /* Send the response over this connection. */
2203 * out over the connection in the mergeinfo_receiver_baton_t * BATON. */
2688 /* Now, write the results to the connection. */
3677 /* Send the data through this connection. */
4363 /* Report these errors to the client before closing the connection. */
4438 connection_t *connection,
4452 /* Auto-initialize connection */
4453 if (! connection->conn)
4458 * the connection breaks due to network-layer problems.
4459 * If the peer has dropped the connection due to a network partition
4460 * or a crash, or if the peer no longer considers the connection
4465 ar = apr_socket_opt_set(connection->usock, APR_SO_KEEPALIVE, 1);
4471 /* create the connection, configure ports etc. */
4472 connection->conn
4473 = svn_ra_svn_create_conn5(connection->usock, NULL, NULL,
4474 connection->params->compression_level,
4475 connection->params->zero_copy_limit,
4476 connection->params->error_check_interval,
4477 connection->params->max_request_size,
4478 connection->params->max_response_size,
4479 connection->pool);
4482 err = construct_server_baton(&connection->baton, connection->conn,
4483 connection->params, pool);
4486 /* If we can't access the repo for some reason, end this connection. */
4494 if (is_busy && is_busy(connection))
4502 connection->conn, iterpool);
4505 connection->baton,
4506 connection->conn,
4519 connection->baton,
4520 connection->conn,
4525 /* error or normal end of session. Close the connection */