Searched refs:ADD (Results 1 - 7 of 7) sorted by relevance
/httpd/build/ |
H A D | NWGNUscripts.inc | 41 @echo $(DL)PRODSYNC ADD APACHE$(VERSION_MAJMIN) ProductRecord "$(VERSION_STR)" "Apache $(VERSION_STR) Webserver"$(DL)>> $@
|
/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 74 priv_cfg *add = ADD; 122 static void *privileges_merge_dir_cfg(apr_pool_t *pool, void *BASE, void *ADD) argument 125 priv_dir_cfg *add = ADD;
|
/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 58 authn_dbd_conf *add = ADD;
|
H A D | mod_authz_dbd.c | 64 static void *authz_dbd_merge_cfg(apr_pool_t *pool, void *BASE, void *ADD) argument 67 authz_dbd_cfg *add = ADD;
|
H A D | mod_authn_socache.c | 205 static void* authn_cache_dircfg_merge(apr_pool_t *pool, void *BASE, void *ADD) argument 208 authn_cache_dircfg *add = ADD;
|
/httpd/modules/filters/ |
H A D | mod_filter.c | 690 static void *filter_merge(apr_pool_t *pool, void *BASE, void *ADD) argument 693 mod_filter_cfg *add = ADD;
|
H A D | mod_xml2enc.c | 606 static void* xml2enc_merge(apr_pool_t* pool, void* BASE, void* ADD) argument 609 xml2cfg* add = ADD;
|
Completed in 1519 milliseconds