Searched defs:flag (Results 1 - 24 of 24) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_express.c57 int flag)
62 sconf->enabled = flag;
55 set_enabled(cmd_parms *cmd, void *dconf, int flag) argument
H A Dmod_proxy_balancer.c923 static void create_radio(const char *name, unsigned int flag, request_rec *r) argument
926 if (flag)
929 if (!flag)
H A Dmod_proxy.c1989 set_proxy_req(cmd_parms *parms, void *dummy, int flag) argument
1994 psf->req = flag;
2000 set_proxy_error_override(cmd_parms *parms, void *dconf, int flag) argument
2004 conf->error_override = flag;
2009 add_proxy_http_headers(cmd_parms *parms, void *dconf, int flag) argument
2012 conf->add_forwarded_headers = flag;
2016 set_preserve_host(cmd_parms *parms, void *dconf, int flag) argument
2020 conf->preserve_host = flag;
2162 static const char *set_persist(cmd_parms *parms, void *dummy, int flag) argument
2167 psf->bal_persist = flag;
2171 set_inherit(cmd_parms *parms, void *dummy, int flag) argument
2181 set_ppinherit(cmd_parms *parms, void *dummy, int flag) argument
[all...]
H A Dmod_proxy_ftp.c87 int flag)
91 conf->ftp_list_on_wildcard = flag;
97 int flag)
101 conf->ftp_escape_wildcards = flag;
86 set_ftp_list_on_wildcard(cmd_parms *cmd, void *dconf, int flag) argument
96 set_ftp_escape_wildcards(cmd_parms *cmd, void *dconf, int flag) argument
H A Dproxy_util.c60 char flag; member in struct:wstat
2897 * the PROXY_WORKER_IGNORE_ERRORS flag is not set.
3115 char flag = toupper(c); local
3118 if (flag == pwt->flag) {
/httpd/modules/aaa/
H A Dmod_auth_basic.c132 static const char *set_authoritative(cmd_parms * cmd, void *config, int flag) argument
136 conf->authoritative = flag;
H A Dmod_auth_form.c329 static const char *set_authoritative(cmd_parms * cmd, void *config, int flag) argument
332 conf->authoritative = flag;
337 static const char *set_fake_basic_auth(cmd_parms * cmd, void *config, int flag) argument
340 conf->fakebasicauth = flag;
345 static const char *set_disable_no_store(cmd_parms * cmd, void *config, int flag) argument
348 conf->disable_no_store = flag;
H A Dmod_auth_digest.c568 static const char *set_nc_check(cmd_parms *cmd, void *config, int flag) argument
571 if (flag) {
578 ((digest_config_rec *) config)->check_nc = flag;
/httpd/modules/loggers/
H A Dmod_journald.c253 static const char *set_custom_log_on(cmd_parms *parms, void *dummy, int flag) argument
255 handle_custom_log = flag;
H A Dmod_log_config.c1375 /* Set the inherit flag unless there was some error */
1391 static const char *set_buffered_logs_on(cmd_parms *parms, void *dummy, int flag) argument
1393 buffered_logs = flag;
/httpd/modules/session/
H A Dmod_session_cookie.c246 set_remove(cmd_parms * parms, void *dconf, int flag) argument
250 conf->remove = flag;
H A Dmod_session.c170 * In most implementations the session is only saved if the dirty flag is
271 * Using this method ensures that the dirty flag is set correctly, so that
560 set_session_enable(cmd_parms * parms, void *dconf, int flag) argument
564 conf->enabled = flag;
593 set_session_env(cmd_parms * parms, void *dconf, int flag) argument
597 conf->env = flag;
H A Dmod_session_dbd.c544 set_dbd_peruser(cmd_parms * parms, void *dconf, int flag) argument
548 conf->peruser = flag;
555 set_dbd_cookie_remove(cmd_parms * parms, void *dconf, int flag) argument
559 conf->remove = flag;
/httpd/server/
H A Dapreq_util.c806 apr_int32_t flag; local
826 flag = APR_CREATE | APR_READ | APR_WRITE | APR_EXCL | APR_BINARY;
828 rc = apr_file_mktemp(fp, tmpl, flag, pool);
H A Dcore.c1755 static const char *set_cgi_pass_auth(cmd_parms *cmd, void *d_, int flag) argument
1759 d->cgi_pass_auth = flag ? AP_CGI_PASS_AUTH_ON : AP_CGI_PASS_AUTH_OFF;
4031 *err = "The '+' flag cannot be used in the main error log format";
4608 flag is set. If so, then we go ahead and deliver the file since
4619 /* The flag hasn't been set for this request. Punt. */
/httpd/modules/database/
H A Dmod_dbd.c240 static const char *dbd_param_flag(cmd_parms *cmd, void *dconf, int flag) argument
247 svr->cfg->persist = flag;
/httpd/include/
H A Dhttp_config.h99 /** function to call for a flag */
100 const char *(*flag) (cmd_parms *parms, void *mconfig, int on); member in union:__anon17
115 /** This configuration directive takes a flag (on/off) as a argument*/
116 # define AP_FLAG func.flag
154 /** mechanism for declaring a directive which takes a flag (on/off) argument */
156 { directive, { .flag=func }, mconfig, where, FLAG, help }
/httpd/modules/cache/
H A Dmod_cache.c2010 /* flag indicating that query-string should be ignored when caching */
2091 int flag)
2098 conf->quick = flag;
2105 int flag)
2109 dconf->no_last_mod_ignore = flag;
2116 void *dummy, int flag)
2123 conf->ignorecachecontrol = flag;
2129 int flag)
2133 dconf->store_expired = flag;
2139 int flag)
2090 set_cache_quick_handler(cmd_parms *parms, void *dummy, int flag) argument
2104 set_cache_ignore_no_last_mod(cmd_parms *parms, void *dummy, int flag) argument
2115 set_cache_ignore_cachecontrol(cmd_parms *parms, void *dummy, int flag) argument
2128 set_cache_store_expired(cmd_parms *parms, void *dummy, int flag) argument
2138 set_cache_store_private(cmd_parms *parms, void *dummy, int flag) argument
2148 set_cache_store_nostore(cmd_parms *parms, void *dummy, int flag) argument
2360 set_cache_ignore_querystring(cmd_parms *parms, void *dummy, int flag) argument
2373 set_cache_lock(cmd_parms *parms, void *dummy, int flag) argument
2422 set_cache_x_cache(cmd_parms *parms, void *dummy, int flag) argument
2445 set_cache_x_cache_detail(cmd_parms *parms, void *dummy, int flag) argument
2490 set_cache_stale_on_error(cmd_parms *parms, void *dummy, int flag) argument
[all...]
/httpd/modules/filters/
H A Dmod_charset_lite.c163 const char *flag)
167 if (!strcasecmp(flag, "ImplicitAdd")) {
170 else if (!strcasecmp(flag, "NoImplicitAdd")) {
173 else if (!strcasecmp(flag, "TranslateAllMimeTypes")) {
176 else if (!strcasecmp(flag, "NoTranslateAllMimeTypes")) {
182 flag,
162 add_charset_options(cmd_parms *cmd, void *in_dc, const char *flag) argument
/httpd/modules/ssl/
H A Dssl_engine_config.c641 const char *ssl_cmd_SSLFIPS(cmd_parms *cmd, void *dcfg, int flag) argument
653 if ((sc->fips != UNSET) && (sc->fips != (BOOL)(flag ? TRUE : FALSE)))
655 sc->fips = flag ? TRUE : FALSE;
657 if (flag)
711 const char *ssl_cmd_SSLCompression(cmd_parms *cmd, void *dcfg, int flag) argument
721 if (flag) {
732 sc->compression = flag ? TRUE : FALSE;
739 const char *ssl_cmd_SSLHonorCipherOrder(cmd_parms *cmd, void *dcfg, int flag) argument
743 sc->cipher_server_pref = flag?TRUE:FALSE;
750 const char *ssl_cmd_SSLSessionTickets(cmd_parms *cmd, void *dcfg, int flag) argument
761 ssl_cmd_SSLInsecureRenegotiation(cmd_parms *cmd, void *dcfg, int flag) argument
1375 ssl_cmd_SSLProxyEngine(cmd_parms *cmd, void *dcfg, int flag) argument
1571 ssl_cmd_SSLOCSPEnable(cmd_parms *cmd, void *dcfg, int flag) argument
1587 ssl_cmd_SSLOCSPOverrideResponder(cmd_parms *cmd, void *dcfg, int flag) argument
1635 ssl_cmd_SSLOCSPUseRequestNonce(cmd_parms *cmd, void *dcfg, int flag) argument
1644 ssl_cmd_SSLProxyCheckPeerExpire(cmd_parms *cmd, void *dcfg, int flag) argument
1653 ssl_cmd_SSLProxyCheckPeerCN(cmd_parms *cmd, void *dcfg, int flag) argument
1662 ssl_cmd_SSLProxyCheckPeerName(cmd_parms *cmd, void *dcfg, int flag) argument
1671 ssl_cmd_SSLStrictSNIVHostCheck(cmd_parms *cmd, void *dcfg, int flag) argument
1743 ssl_cmd_SSLUseStapling(cmd_parms *cmd, void *dcfg, int flag) argument
1794 ssl_cmd_SSLStaplingReturnResponderErrors(cmd_parms *cmd, void *dcfg, int flag) argument
1802 ssl_cmd_SSLStaplingFakeTryLater(cmd_parms *cmd, void *dcfg, int flag) argument
[all...]
H A Dssl_engine_vars.c469 int flag = 0; local
471 flag = SSL_get_secure_renegotiation_support(ssl);
473 result = apr_pstrdup(p, flag ? "true" : "false");
/httpd/modules/test/
H A Dmod_policy.c969 static const char *set_policy(cmd_parms *cmd, void *dconf, int flag) argument
973 conf->policy = flag;
/httpd/modules/metadata/
H A Dmod_mime_magic.c132 short flag; member in struct:magic
1029 if (!(m->flag & UNSIGNED))
1085 m->flag = 0;
1096 m->flag |= INDIR;
1107 if (m->flag & INDIR) {
1167 m->flag |= UNSIGNED;
1798 if (m->flag & INDIR) {
1908 if (m->flag & UNSIGNED) {
1925 if (m->flag & UNSIGNED) {
/httpd/modules/mappers/
H A Dmod_rewrite.c325 int maxrounds; /* limit on number of loops with N flag */
1918 int flag = FALSE; local
1921 flag = (addr->family == AF_INET6 &&
1923 rewritelog((r, 1, ctx->perdir, "IPV6='%s'", flag ? "on" : "off"));
1927 result = (flag ? "on" : "off");
1933 int flag = rewrite_is_https && rewrite_is_https(r->connection); local
1934 return apr_pstrdup(r->pool, flag ? "on" : "off");
2770 return apr_psprintf(p, "bad flag delimiters: third argument must begin "
2775 return apr_psprintf(p, "bad flag delimiters: third argument must end "
2932 void *in_dconf, int flag)
2931 cmd_rewriteengine(cmd_parms *cmd, void *in_dconf, int flag) argument
[all...]

Completed in 166 milliseconds