Lines Matching defs:connection
238 conn_rec *connection;
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
376 apr_interval_time_t timeout; /* connection timeout */
432 apr_interval_time_t timeout; /* Timeout for waiting on free connection */
525 * Let modules perform processing when the connection to the origin is being
528 * @param backend The proxy representation of the backend connection
686 * Initialize the worker by setting up worker connection pool and mutex
689 * @param p memory pool used for mutex and connection pool
761 * @param p memory pool used for mutex and connection pool
831 * @param conn proxy connection struct
865 * Acquire a connection from worker connection pool
867 * @param conn acquired connection
868 * @param worker worker used for obtaining connection
871 * @note If the connection limit has been reached, the function will
872 * block until a connection becomes available or the timeout has
880 * Release a connection back to worker connection pool
882 * @param conn acquired connection
885 * @note The connection will be closed if conn->close_on_release is set
891 * Make a connection to the backend
893 * @param conn acquired connection
894 * @param worker connection worker
906 * Make a connection to a Unix Domain Socket (UDS) path
916 * Make a connection record for backend connection
918 * @param conn acquired connection
919 * @param c client connection record
922 * @note The function will return immediately if conn->connection
930 * Determine if proxy connection can potentially be reused at the
932 * @param conn proxy connection
934 * @note Even if this function returns non-zero, the connection may
940 * Signal the upstream chain that the connection to the backend broke in the
1009 * @param p_conn proxy connection rec
1033 * @param p_conn proxy connection
1034 * @param origin connection rec of origin