Apache HTTPD
Macros | Functions | Variables
http_connection.h File Reference

Apache connection library. More...

#include "apr_network_io.h"
#include "apr_buckets.h"

Go to the source code of this file.

Macros

#define AP_BUCKET_IS_EOC(e)   (e->type == &ap_bucket_type_eoc)
 

Functions

 AP_CORE_DECLARE (void) ap_process_connection(conn_rec *c
 
 AP_CORE_DECLARE (apr_status_t) ap_shutdown_conn(conn_rec *c
 
 AP_DECLARE (void) ap_lingering_close(conn_rec *c)
 
 AP_DECLARE (int) ap_prep_lingering_close(conn_rec *c)
 
 AP_DECLARE_HOOK (conn_rec *, create_connection,(apr_pool_t *p, server_rec *server, apr_socket_t *csd, long conn_id, void *sbh, apr_bucket_alloc_t *alloc)) AP_DECLARE(int) ap_pre_connection(conn_rec *c
 
 AP_DECLARE (apr_bucket *) ap_bucket_eoc_make(apr_bucket *b)
 

Variables

void * csd
 
int flush
 
AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_eoc
 

Detailed Description

Apache connection library.

Definition in file http_connection.h.