Searched defs:BASE (Results 1 - 7 of 7) sorted by relevance
| /httpd/modules/aaa/ |
| H A D | mod_authn_dbd.c | 56 static void *authn_dbd_merge_conf(apr_pool_t *pool, void *BASE, void *ADD) argument 59 authn_dbd_conf *base = BASE;
|
| H A D | mod_authz_dbd.c | 64 static void *authz_dbd_merge_cfg(apr_pool_t *pool, void *BASE, void *ADD) argument 66 authz_dbd_cfg *base = BASE;
|
| H A D | mod_authn_socache.c | 205 static void* authn_cache_dircfg_merge(apr_pool_t *pool, void *BASE, void *ADD) argument 207 authn_cache_dircfg *base = BASE;
|
| /httpd/modules/arch/unix/ |
| H A D | mod_privileges.c | 70 static void *privileges_merge_cfg(apr_pool_t *pool, void *BASE, void *ADD) argument 73 priv_cfg *base = BASE; 122 static void *privileges_merge_dir_cfg(apr_pool_t *pool, void *BASE, void *ADD) argument 124 priv_dir_cfg *base = BASE;
|
| /httpd/modules/filters/ |
| H A D | mod_xml2enc.c | 606 static void* xml2enc_merge(apr_pool_t* pool, void* BASE, void* ADD) argument 608 xml2cfg* base = BASE;
|
| H A D | mod_filter.c | 690 static void *filter_merge(apr_pool_t *pool, void *BASE, void *ADD) argument 692 mod_filter_cfg *base = BASE;
|
| H A D | mod_proxy_html.c | 1010 static void *proxy_html_merge(apr_pool_t *pool, void *BASE, void *ADD) argument 1012 proxy_html_conf *base = (proxy_html_conf *) BASE;
|
Completed in 28 milliseconds