Apache HTTPD
Functions | Variables
provider.c File Reference
#include "apr_pools.h"
#include "apr_hash.h"
#include "apr_tables.h"
#include "apr_strings.h"
#include "ap_provider.h"

Go to the source code of this file.

Functions

static apr_status_t cleanup_global_providers (void *ctx)
 
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)
 

Variables

static apr_hash_tglobal_providers = NULL
 
static apr_hash_tglobal_providers_names = NULL
 

Function Documentation

◆ cleanup_global_providers()

static apr_status_t cleanup_global_providers ( void *  ctx)
static

Definition at line 28 of file provider.c.

Variable Documentation

◆ global_providers

apr_hash_t* global_providers = NULL
static

Definition at line 24 of file provider.c.

◆ global_providers_names

apr_hash_t* global_providers_names = NULL
static

Definition at line 25 of file provider.c.