Lines Matching defs:connection
168 /** 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;
879 /* HTTP/1.1 connection-level features */
1073 * @brief Enumeration of connection keepalive options
1082 * @brief Structure to store things which are per connection
1085 /** Pool associated with this connection */
1092 /* Information about the connection itself */
1118 /** ID of this connection; unique at any point in time */
1123 /** Notes on *this* connection: send note from one module to
1126 /** A list of input filters to be used for this connection */
1128 /** A list of output filters to be used for this connection */
1130 /** handle to scoreboard information for this connection */
1134 /** The current state of this connection; may be NULL if not used by MPM */
1153 /** Are we going to keep the connection alive for another request?
1160 /** Optional connection log level configuration. May point to a server or
1164 /** Id to identify this connection in error log. Set when the first
1165 * error log entry for this connection is generated.
1171 * over the lifetime of a request, the value may change. Users of the connection
1179 /** Array of slave connections (conn_slave_rec *) for this connection. */
1182 /** The "real" master connection. NULL if I am the master. */
1185 /** context of this connection */
1188 /** Context under which this connection was suspended */
1197 * Enumeration of connection states
1207 CONN_STATE_LINGER, /* connection may be closed with lingering */
1219 * @brief A structure to contain connection state information
1222 /** Current state of the connection */
1320 /** Maximum requests per connection */
2377 * most recent call with the same connection as @a r.