Searched defs:connection (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy.h238 conn_rec *connection; member in struct:__anon281
240 * that is used over the backend connection. */
241 proxy_worker *worker; /* Connection pool this connection belongs to */
245 apr_pool_t *scpool; /* Subpool used for socket and connection data */
247 void *data; /* per scheme connection data */
252 unsigned int close:1; /* Close 'this' connection */
255 unsigned int inreslist:1; /* connection in apr_reslist? */
257 const char *ssl_hostname;/* Hostname (SNI) in use by SSL connection */
270 proxy_conn_rec *conn; /* Single connection for prefork mpm */
373 apr_interval_time_t ttl; /* maximum amount of time in seconds a connection
[all...]
/httpd/support/
H A Dab.c55 ** trapping of connection errors which influenced measurements.
210 /* connection state
225 struct connection { struct
240 apr_time_t start, /* Start of connection */
253 apr_time_t starttime; /* start time of connection */
256 apr_interval_time_t time; /* time for connection */
327 int err_conn = 0; /* requests failed due to connection drop */
354 struct connection *con; /* connection array */
367 static void write_request(struct connection *
[all...]
/httpd/include/
H A Dhttpd.h168 /** The number of requests to entertain per connection */
556 /** should the status code drop the connection */
746 * given a request_rec r you can write r->connection->server->process
757 /** A structure that represents one connection */
759 /** A structure that represents one slave connection */
763 /** A structure that represents the status of the current connection */
792 /** The connection to the client */
793 conn_rec *connection; member in struct:request_rec
879 /* HTTP/1.1 connection-level features */
1073 * @brief Enumeration of connection keepaliv
[all...]

Completed in 40 milliseconds