Searched refs:opts (Results 1 - 8 of 8) sorted by relevance
/httpd/server/ |
H A D | request.c | 426 * To optimize, we stat() anything when given (opts & OPT_SYM_LINKS), otherwise 430 static int resolve_symlink(char *d, apr_finfo_t *lfi, int opts, apr_pool_t *p) argument 435 if (!(opts & (OPT_SYM_OWNER | OPT_SYM_LINKS))) { 443 if (!(opts & OPT_SYM_OWNER)) { 496 * of core.opts and core.override, the only options tested within 503 allow_options_t opts; member in struct:core_opts_t 511 static void core_opts_merge(const ap_conf_vector_t *sec, core_opts_t *opts) argument 519 if (this_dir->opts & OPT_UNSET) { 520 opts->add = (opts 676 allow_options_t opts; local 738 core_opts_t opts; local [all...] |
H A D | core.c | 145 conf->opts = dir ? OPT_UNSET : OPT_UNSET|OPT_SYM_LINKS; 222 if (new->opts & OPT_UNSET) { 223 /* there was no explicit setting of new->opts, so we merge 229 conf->opts = (conf->opts & ~conf->opts_remove) | conf->opts_add; 234 if (((base->opts & (OPT_INCLUDES|OPT_INC_WITH_EXEC)) 236 && ((new->opts & (OPT_INCLUDES|OPT_INC_WITH_EXEC)) 238 conf->opts &= ~OPT_INC_WITH_EXEC; 242 /* otherwise we just copy, because an explicit opts setting 245 conf->opts 1622 set_allow_opts(cmd_parms *cmd, allow_options_t *opts, const char *l) argument [all...] |
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 88 #define K_VALID "NMSD" /* String containing _all_ valid K_ opts */ 92 #define D_VALID "AD" /* String containing _all_ valid D_ opts */ 127 apr_int32_t opts; member in struct:autoindex_config_struct 331 apr_int32_t opts; local 337 opts = d_cfg->opts; 412 opts = NO_OPTIONS; 504 opts |= option; 517 if ((opts & NO_OPTIONS) && (opts [all...] |
/httpd/modules/arch/netware/ |
H A D | mod_nw_ssl.c | 252 struct sslserveropts opts; local 294 opts.cert = key; 295 opts.certlen = strlen(key); 296 opts.sidtimeout = 0; 297 opts.sidentries = 0; 298 opts.siddir = NULL; 300 if (WSAIoctl(s, SO_SSL_SET_SERVER, (char *)&opts, sizeof(opts), 334 struct sslserveropts opts; local
|
/httpd/modules/lua/ |
H A D | lua_request.c | 732 int opts; local 733 opts = ap_allow_options(r); 734 return apr_psprintf(r->pool, "%s %s %s %s %s %s", (opts&OPT_INDEXES) ? "Indexes" : "", (opts&OPT_INCLUDES) ? "Includes" : "", (opts&OPT_SYM_LINKS) ? "FollowSymLinks" : "", (opts&OPT_EXECCGI) ? "ExecCGI" : "", (opts&OPT_MULTI) ? "MultiViews" : "", (opts&OPT_ALL) == OPT_ALL ? "All" : "" ); 739 int opts; local 740 opts [all...] |
/httpd/support/ |
H A D | firehose.c | 158 const apr_getopt_option_t opts[]) 166 while (opts[i].name) { 167 printf("%s\n", opts[i].description); 157 help(const char *argv, const char * header, const char *footer, const apr_getopt_option_t opts[]) argument
|
/httpd/include/ |
H A D | http_core.h | 487 /** If (opts & OPT_UNSET) then no absolute assignment to options has 494 allow_options_t opts; member in struct:__anon21
|
/httpd/modules/filters/ |
H A D | mod_proxy_html.c | 973 "Unsupported parser opts %x", xmlopts);
|
Completed in 1317 milliseconds