Apache HTTPD
Macros | Functions | Variables
apr_buckets_heap.c File Reference
#include "apr_buckets.h"
#include "apr_want.h"

Go to the source code of this file.

Macros

#define APR_WANT_MEMFUNC
 

Functions

static apr_status_t heap_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
 
static void heap_bucket_destroy (void *data)
 
 APU_DECLARE (apr_bucket *)
 

Variables

APU_DECLARE_DATA const apr_bucket_type_t apr_bucket_type_heap
 

Macro Definition Documentation

◆ APR_WANT_MEMFUNC

#define APR_WANT_MEMFUNC

Definition at line 18 of file apr_buckets_heap.c.

Function Documentation

◆ APU_DECLARE()

APU_DECLARE ( apr_bucket )

Definition at line 43 of file apr_buckets_heap.c.

◆ heap_bucket_destroy()

static void heap_bucket_destroy ( void *  data)
static

Definition at line 31 of file apr_buckets_heap.c.

◆ heap_bucket_read()

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

Definition at line 21 of file apr_buckets_heap.c.