Apache HTTPD
Classes | Functions | Variables
eor_bucket.c File Reference
#include "httpd.h"
#include "http_request.h"
#include "http_protocol.h"
#include "scoreboard.h"

Go to the source code of this file.

Classes

struct  ap_bucket_eor
 

Functions

static apr_status_t eor_bucket_cleanup (void *data)
 
static apr_status_t eor_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)
 
apr_bucketap_bucket_eor_make (apr_bucket *b, request_rec *r)
 
apr_bucketap_bucket_eor_create (apr_bucket_alloc_t *list, request_rec *r)
 
static void eor_bucket_destroy (void *data)
 

Variables

const apr_bucket_type_t ap_bucket_type_eor
 

Function Documentation

◆ eor_bucket_cleanup()

static apr_status_t eor_bucket_cleanup ( void *  data)
static

Definition at line 27 of file eor_bucket.c.

◆ eor_bucket_destroy()

static void eor_bucket_destroy ( void *  data)
static

Definition at line 93 of file eor_bucket.c.

◆ eor_bucket_read()

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

Definition at line 48 of file eor_bucket.c.