Apache HTTPD
Functions | Variables
apr_buckets_simple.c File Reference
#include "apr_buckets.h"

Go to the source code of this file.

Functions

 APU_DECLARE_NONSTD (apr_status_t)
 
static apr_status_t simple_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
 
 APU_DECLARE (apr_bucket *)
 
static apr_status_t transient_bucket_setaside (apr_bucket *b, apr_pool_t *pool)
 

Variables

const apr_bucket_type_t apr_bucket_type_immortal
 
APU_DECLARE_DATA const apr_bucket_type_t apr_bucket_type_transient
 

Function Documentation

◆ APU_DECLARE()

APU_DECLARE ( apr_bucket )

Definition at line 56 of file apr_buckets_simple.c.

◆ APU_DECLARE_NONSTD()

APU_DECLARE_NONSTD ( apr_status_t  )

Definition at line 19 of file apr_buckets_simple.c.

◆ simple_bucket_read()

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

Definition at line 48 of file apr_buckets_simple.c.

◆ transient_bucket_setaside()

static apr_status_t transient_bucket_setaside ( apr_bucket b,
apr_pool_t pool 
)
static

Definition at line 89 of file apr_buckets_simple.c.