Apache2
|
Apache connection library. More...
Go to the source code of this file.
Macros | |
#define | AP_BUCKET_IS_EOC(e) (e->type == &ap_bucket_type_eoc) |
Functions | |
void | ap_process_connection (conn_rec *c, void *csd) |
apr_status_t | ap_shutdown_conn (conn_rec *c, int flush) |
void | ap_flush_conn (conn_rec *c) |
void | ap_lingering_close (conn_rec *c) |
int | ap_prep_lingering_close (conn_rec *c) |
int | ap_start_lingering_close (conn_rec *c) |
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) |
int | pre_connection (conn_rec *c, void *csd) |
int | process_connection (conn_rec *c) |
int | pre_close_connection (conn_rec *c) |
apr_bucket * | ap_bucket_eoc_make (apr_bucket *b) |
apr_bucket * | ap_bucket_eoc_create (apr_bucket_alloc_t *list) |
Variables | |
AP_DECLARE_DATA const apr_bucket_type_t | ap_bucket_type_eoc |
Apache connection library.