Home
last modified time | relevance | path

Searched refs:MERGE_INT (Results 1 – 6 of 6) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dmod_reqtimeout.c448 #define MERGE_INT(cfg, b, a, val) cfg->val = (a->val == UNSET) ? b->val : a->val; macro
455 MERGE_INT(cfg, base, add, header_timeout); in reqtimeout_merge_srv_config()
456 MERGE_INT(cfg, base, add, header_max_timeout); in reqtimeout_merge_srv_config()
457 MERGE_INT(cfg, base, add, header_min_rate); in reqtimeout_merge_srv_config()
458 MERGE_INT(cfg, base, add, body_timeout); in reqtimeout_merge_srv_config()
459 MERGE_INT(cfg, base, add, body_max_timeout); in reqtimeout_merge_srv_config()
460 MERGE_INT(cfg, base, add, body_min_rate); in reqtimeout_merge_srv_config()
/dports/www/apache24/httpd-2.4.53/modules/tls/
H A Dtls_conf.c96 #define MERGE_INT(base, add, field) \ macro
109 nconf->enabled = MERGE_INT(base, add, enabled); in tls_conf_merge_svr()
111 nconf->tls_protocol_min = MERGE_INT(base, add, tls_protocol_min); in tls_conf_merge_svr()
116 nconf->honor_client_order = MERGE_INT(base, add, honor_client_order); in tls_conf_merge_svr()
165 local.std_env_vars = MERGE_INT(base, add, std_env_vars); in dir_assign_merge()
166 local.export_cert_vars = MERGE_INT(base, add, export_cert_vars); in dir_assign_merge()
167 local.proxy_enabled = MERGE_INT(base, add, proxy_enabled); in dir_assign_merge()
169 local.proxy_protocol_min = MERGE_INT(base, add, proxy_protocol_min); in dir_assign_merge()
/dports/www/apache24/httpd-2.4.53/modules/filters/
H A Dmod_reqtimeout.c473 #define MERGE_INT(cfg, base, add, val) \ macro
476 MERGE_INT(cfg, base, add, stage.timeout); \
477 MERGE_INT(cfg, base, add, stage.max_timeout); \
478 MERGE_INT(cfg, base, add, stage.min_rate); \
/dports/www/mod_webauth/webauth-4.7.0/modules/webauth/
H A Dconfig.c176 #define MERGE_INT(field) \ macro
296 MERGE_INT(app_token_lifetime); in mwa_dir_config_merge()
303 MERGE_INT(inactive_expire); in mwa_dir_config_merge()
305 MERGE_INT(last_use_update_interval); in mwa_dir_config_merge()
/dports/www/mod_webauth/webauth-4.7.0/modules/ldap/
H A Dconfig.c100 #define MERGE_INT(field) \ macro
178 MERGE_INT(port); in mwl_server_config_merge()
/dports/www/mod_webauth/webauth-4.7.0/modules/webkdc/
H A Dconfig.c109 #define MERGE_INT(field) \ macro
186 MERGE_INT(service_lifetime); in webkdc_config_merge()