Apache HTTPD
Functions | Variables
eoc_bucket.c File Reference
#include "httpd.h"
#include "http_connection.h"

Go to the source code of this file.

Functions

static apr_status_t eoc_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
 
apr_bucketap_bucket_eoc_make (apr_bucket *b)
 
apr_bucketap_bucket_eoc_create (apr_bucket_alloc_t *list)
 

Variables

const apr_bucket_type_t ap_bucket_type_eoc
 

Function Documentation

◆ ap_bucket_eoc_create()

apr_bucket * ap_bucket_eoc_create ( apr_bucket_alloc_t list)

Definition at line 38 of file eoc_bucket.c.

◆ ap_bucket_eoc_make()

apr_bucket * ap_bucket_eoc_make ( apr_bucket b)

Definition at line 28 of file eoc_bucket.c.

◆ eoc_bucket_read()

static apr_status_t eoc_bucket_read ( apr_bucket b,
const char **  str,
apr_size_t len,
apr_read_type_e  block 
)
static

Definition at line 20 of file eoc_bucket.c.