|
Apache HTTPD
|
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 | |
| 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 |
Apache connection library.
Definition in file http_connection.h.