/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "apr_pools.h"
#include "apr_hash.h"
#include "apr_tables.h"
#include "apr_strings.h"
#include "ap_provider.h"
{
return APR_SUCCESS;
}
const char *provider_group,
const char *provider_name,
const char *provider_version,
const void *provider)
{
if (global_providers == NULL) {
}
/* First, deal with storing the provider away */
if (!provider_group_hash) {
}
if (!provider_version_hash) {
}
/* just set it. no biggy if it was there before. */
provider);
/* Now, tuck away the provider names in an easy-to-get format */
if (!provider_group_hash) {
}
if (!provider_version_hash) {
}
/* just set it. no biggy if it was there before. */
return APR_SUCCESS;
}
const char *provider_name,
const char *provider_version)
{
if (global_providers == NULL) {
return NULL;
}
if (provider_group_hash == NULL) {
return NULL;
}
if (provider_name_hash == NULL) {
return NULL;
}
}
const char *provider_group,
const char *provider_version)
{
char *val;
if (global_providers_names == NULL) {
return ret;
}
if (provider_group_hash == NULL) {
return ret;
}
if (h == NULL) {
return ret;
}
}
return ret;
}
{
if (global_providers_names == NULL)
return ret;
{
if (provider_group_hash == NULL)
continue;
{
}
}
return ret;
}