Apache HTTPD
Functions | Variables
error_bucket.c File Reference
#include "http_protocol.h"
#include "apr_buckets.h"
#include "apr_strings.h"

Go to the source code of this file.

Functions

static apr_status_t error_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
 
static void error_bucket_destroy (void *data)
 
apr_bucketap_bucket_error_make (apr_bucket *b, int error, const char *buf, apr_pool_t *p)
 
apr_bucketap_bucket_error_create (int error, const char *buf, apr_pool_t *p, apr_bucket_alloc_t *list)
 

Variables

const apr_bucket_type_t ap_bucket_type_error
 

Function Documentation

◆ error_bucket_destroy()

static void error_bucket_destroy ( void *  data)
static

Definition at line 32 of file error_bucket.c.

◆ error_bucket_read()

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

Definition at line 24 of file error_bucket.c.