/httpd/modules/dav/main/ |
H A D | providers.c | 25 const dav_provider *provider) 27 ap_register_provider(p, DAV_PROVIDER_GROUP, name, "0", provider); 37 const dav_options_provider *provider) 39 ap_register_provider(p, DAV_OPTIONS_EXTENSION_GROUP, name, "0", provider); 50 const dav_resource_type_provider *provider) 52 ap_register_provider(p, DAV_RESOURCE_TYPE_GROUP, name, "0", provider); 24 dav_register_provider(apr_pool_t *p, const char *name, const dav_provider *provider) argument 35 dav_options_provider_register(apr_pool_t *p, const char *name, const dav_options_provider *provider) argument 48 dav_resource_type_provider_register(apr_pool_t *p, const char *name, const dav_resource_type_provider *provider) argument
|
H A D | props.c | 25 ** This version assumes that there is a per-resource database provider 26 ** to record properties. The database provider decides how and where to 194 /* ### move these into a "core" liveprop provider? */ 228 const dav_hooks_liveprop **provider) 232 *provider = NULL; 241 provider); 256 /* no provider for this property */ 279 priv->provider = hooks; 289 ** Check the liveprop provider (if this is a provider 225 dav_find_liveprop_provider(dav_propdb *propdb, const char *ns_uri, const char *propname, const dav_hooks_liveprop **provider) argument [all...] |
H A D | mod_dav.c | 82 const dav_provider *provider; member in struct:__anon114 181 newconf->provider = DAV_INHERIT_VALUE(parent, child, provider); 191 "A subtree cannot specify a different DAV provider " 212 /* assert: conf->provider != NULL 214 return conf->provider; 254 conf->provider = NULL; 261 /* lookup and cache the actual provider now */ 262 conf->provider = dav_lookup_provider(conf->provider_name); 264 if (conf->provider [all...] |
H A D | mod_dav.h | 304 ** Resource descriptor, generated by a repository provider. 393 dav_resource_private *info; /* the provider's private info */ 493 /* defines type of property info a provider is to return */ 495 DAV_PROP_INSERT_NOTDEF, /* property is defined by this provider, 500 DAV_PROP_INSERT_NOTSUPP, /* property is recognized by this provider, 583 ** This structure wraps up all of the hooks that a mod_dav provider can 584 ** supply. The provider MUST supply <repos> and <propdb>. The rest are 587 ** Note that a provider cannot pick and choose portions from various 595 ** provider will add more properties. 651 ** The liveprop provider shoul 2443 const dav_hooks_liveprop *provider; /* the provider defining this prop */ member in struct:__anon140 [all...] |
/httpd/include/ |
H A D | mod_auth.h | 100 const authn_provider *provider; member in struct:authn_provider_list 108 * @param require_line the argument to the authz provider 118 * @param require_line the argument to the authz provider 119 * @param parsed_require_line place to store parsed require_line for use by provider 132 * @param data The value looked up by the authn provider, to cache
|
/httpd/modules/aaa/ |
H A D | mod_auth_basic.c | 96 /* lookup and cache the actual provider now */ 97 newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP, 101 if (newp->provider == NULL) { 102 /* by the time they use it, the provider should be loaded and 105 "Unknown Authn provider: %s", 109 if (!newp->provider->check_password) { 112 "The '%s' Authn provider doesn't support " 213 "Set to 'MD5' to use the auth provider's authentication " 337 const authn_provider *provider; local 339 /* For now, if a provider is [all...] |
H A D | mod_authn_core.c | 65 const authn_provider *provider; member in struct:provider_alias_rec 111 /* Look up the provider alias in the alias list */ 113 /* Call the real provider->check_password() function */ 127 /* If we found the alias provider in the list, then merge the directory 128 configurations and call the real provider */ 132 ret = prvdraliasrec->provider->check_password(r,user,password); 143 /* Look up the provider alias in the alias list */ 145 /* Call the real provider->get_realm_hash() function */ 159 /* If we found the alias provider in the list, then merge the directory 160 configurations and call the real provider */ 209 const authn_provider *provider = NULL; local [all...] |
H A D | mod_auth_form.c | 154 /* lookup and cache the actual provider now */ 155 newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP, 159 if (newp->provider == NULL) { 161 * by the time they use it, the provider should be loaded and 165 "Unknown Authn provider: %s", 169 if (!newp->provider->check_password) { 172 "The '%s' Authn provider doesn't support " 768 const authn_provider *provider; local 771 * For now, if a provider isn't set, we'll be nice and use the file 772 * provider [all...] |
H A D | mod_authz_core.c | 56 const authz_provider *provider; member in struct:provider_alias_rec 72 const authz_provider *provider; member in struct:authz_section_conf 188 /* This is a fake authz provider that really merges various authz alias 198 /* Look up the provider alias in the alias list. 200 * Call the real provider->check_authorization() function 216 /* If we found the alias provider in the list, then merge the directory 217 configurations and call the real provider */ 225 ret = prvdraliasrec->provider-> 233 "no alias provider found for '%s' (BUG?)", 278 /* Pull the real provider nam [all...] |
H A D | mod_auth_digest.c | 487 /* lookup and cache the actual provider now */ 488 newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP, 492 if (newp->provider == NULL) { 493 /* by the time they use it, the provider should be loaded and 496 "Unknown Authn provider: %s", 500 if (!newp->provider->get_realm_hash) { 503 "The '%s' Authn provider doesn't support " 1272 const authn_provider *provider; local 1274 /* For now, if a provider isn't set, we'll be nice and use the file 1275 * provider [all...] |
/httpd/modules/cache/ |
H A D | cache_util.h | 205 const cache_provider *provider; member in struct:cache_provider_list 212 const cache_provider *provider; /* current cache provider */ member in struct:__anon84 213 const char *provider_name; /* current cache provider name */
|
H A D | cache_util.c | 135 cache_provider *provider; local 136 provider = ap_lookup_provider(CACHE_PROVIDER_GROUP, ent->type, 138 if (!provider) { 145 newp->provider = provider; 154 if (last->provider == provider) { 159 if (last->provider == provider) {
|
H A D | mod_cache_socache.c | 108 cache_socache_provider_conf *provider; member in struct:cache_socache_conf 361 if (conf->provider == NULL) { 450 if (!conf->provider || !conf->provider->socache_instance) { 481 rc = conf->provider->socache_provider->retrieve( 482 conf->provider->socache_instance, r->server, (unsigned char *) key, 544 rc = conf->provider->socache_provider->retrieve( 545 conf->provider->socache_instance, r->server, 698 conf->provider->socache_provider->remove( 699 conf->provider 1262 cache_socache_provider_conf *provider = conf->provider local [all...] |
/httpd/modules/filters/ |
H A D | mod_filter.c | 32 * @brief is a filter provider, as defined and implemented by mod_filter. 35 * defined for each filter. The provider implementation itself is a 42 /** The filter that implements this provider */ 45 /** The next provider in the list */ 52 ap_filter_provider_t *provider; member in struct:provider_ctx 124 pctx->provider = p; 137 ap_filter_provider_t *provider; local 150 for (provider = filter->providers; provider; provider 339 ap_filter_provider_t *provider = NULL; local 440 ap_filter_provider_t *provider; local [all...] |
/httpd/modules/proxy/ |
H A D | mod_serf.c | 43 const char *provider; member in struct:__anon304 441 cp = ap_lookup_provider(AP_SERF_CLUSTER_PROVIDER, cluster->provider, "0"); 445 "SerfCluster: unable to find provider %s", cluster->provider); 451 "SerfCluster: %s is missing list servers provider.", cluster->provider); 462 "SerfCluster: %s list servers returned failure", cluster->provider); 468 "SerfCluster: %s failed to provide a list of servers", cluster->provider); 662 /* SerfCluster <name> <provider> <key=value_params_to_provider> ... */ 682 return "SerfCluster must have at least a name and provider [all...] |
H A D | mod_proxy.c | 355 proxy_balancer_method *provider; local 358 provider = ap_lookup_provider(PROXY_LBMETHOD, val, "0"); 359 if (provider) { 360 balancer->lbmethod = provider;
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 294 * errorlog_provider_data holds pointer to provider and its handle 295 * generated by provider initialization. It is used when logging using 299 struct ap_errorlog_provider *provider; member in struct:__anon201 1663 data->provider->writer(&info, data->handle, 1674 ap_errorlog_provider *provider = NULL; local 1677 /* We support *Log "errorlog_provider:arg" syntax now, so get the provider 1700 else if ((provider = ap_lookup_provider(AP_ERRORLOG_PROVIDER_GROUP, 1705 provider_handle = provider->init(p, s); 1707 /* provider must log something to the console */ 1712 provider_data->provider [all...] |
/httpd/server/ |
H A D | core.c | 4056 ap_errorlog_provider *provider; local 4067 /* Admin can define only "ErrorLog provider" and we should 4068 * still handle that using the defined provider, but with empty 4070 provider = ap_lookup_provider(AP_ERRORLOG_PROVIDER_GROUP, arg1, 4072 if (provider) { 4085 provider = ap_lookup_provider(AP_ERRORLOG_PROVIDER_GROUP, arg1, 4087 if (!provider) { 4089 "Unknown ErrorLog provider: %s", 4093 err = provider->parse_errorlog_arg(cmd, arg2); 4098 cmd->server->errorlog_provider = provider; [all...] |