Apache2
ap_provider.h File Reference

Apache Provider API. More...

#include "ap_config.h"
Include dependency graph for ap_provider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ap_list_provider_names_t
 
struct  ap_list_provider_groups_t
 

Functions

apr_status_t ap_register_provider (apr_pool_t *pool, const char *provider_group, const char *provider_name, const char *provider_version, const void *provider)
 
void * ap_lookup_provider (const char *provider_group, const char *provider_name, const char *provider_version)
 
apr_array_header_tap_list_provider_names (apr_pool_t *pool, const char *provider_group, const char *provider_version)
 
apr_array_header_tap_list_provider_groups (apr_pool_t *pool)
 

Detailed Description

Apache Provider API.