|
Apache HTTPD
|
#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_t * | ap_list_provider_names (apr_pool_t *pool, const char *provider_group, const char *provider_version) |
| apr_array_header_t * | ap_list_provider_groups (apr_pool_t *pool) |
Variables | |
| static apr_hash_t * | global_providers = NULL |
| static apr_hash_t * | global_providers_names = NULL |
|
static |
Definition at line 28 of file provider.c.
|
static |
Definition at line 24 of file provider.c.
|
static |
Definition at line 25 of file provider.c.