Apache HTTPD
Public Attributes | List of all members
ap_filter_provider_t Struct Reference

is a filter provider, as defined and implemented by mod_filter. More...

Public Attributes

ap_expr_info_texpr
 
const char ** types
 
ap_filter_rec_tfrec
 
ap_filter_provider_tnext
 

Detailed Description

is a filter provider, as defined and implemented by mod_filter.

The struct is a linked list, with dispatch criteria defined for each filter. The provider implementation itself is a (2.0-compatible) ap_filter_rec_t* frec.

Definition at line 38 of file mod_filter.c.

Member Data Documentation

◆ expr

ap_expr_info_t* ap_filter_provider_t::expr

Definition at line 39 of file mod_filter.c.

◆ frec

ap_filter_rec_t* ap_filter_provider_t::frec

The filter that implements this provider

Definition at line 43 of file mod_filter.c.

◆ next

ap_filter_provider_t* ap_filter_provider_t::next

The next provider in the list

Definition at line 46 of file mod_filter.c.

◆ types

const char** ap_filter_provider_t::types

Definition at line 40 of file mod_filter.c.


The documentation for this struct was generated from the following file: