/httpd/modules/core/test/conf/ |
H A D | test20.conf | 3 <Macro foo $dir> 4 <Directory $dir> 5 Warning "macro foo $dir"
|
H A D | test30.conf | 4 <Macro foo $dir $directive> 5 <$directive $dir> 6 Warning "section $directive $dir"
|
H A D | test31.conf | 3 <Macro bla $dir $di $dd $d> 5 $d $di $dir $dd 10 <Macro foo $d $di $dir $dd>
|
H A D | test56.conf | 2 <Macro Open $dir> 3 <Directory $dir> 4 Warning "Open:2 $dir"
|
H A D | test14.conf | 3 <Macro MyVirtualHost $host $port $dir> 6 DocumentRoot $dir 7 <Directory $dir> 8 Warning "directory $dir" 11 <Directory $dir/intranet> 12 Warning "directory $dir/intranet"
|
H A D | test43.conf | 3 <Macro begindir $dir> 4 <Directory $dir>
|
H A D | test27.conf | 3 <Macro foo $dir $name> 5 <Directory $dir> 6 Warning "foo.$name $dir"
|
/httpd/build/ |
H A D | fastgen.sh | 44 dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'` 46 if test -z "$dir"; then 49 dir="." 51 $mkdir_p "$dir/" 52 real_srcdir=$top_srcdir/$dir 53 real_builddir=$top_builddir/$dir 67 touch $dir/.deps 72 dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'` 74 if test -z "$dir"; then 77 dir [all...] |
H A D | cpR_noreplace.pl | 45 my $dir = dirname($destfile); 46 if (! -e $dir) { 47 mkpath($dir) or die "Failed to create directory $dir: $!";
|
H A D | install-bindist.sh.in | 71 for dir in ${path} ; do 73 if test -f "${dir}/${pperl}" ; then 74 if `${dir}/${pperl} -v >/dev/null 2>&1` ; then 75 PERL="${dir}/${pperl}"
|
/httpd/server/ |
H A D | util_mutex.c | 135 const char *dir; member in struct:__anon388 160 def->dir = ap_runtime_dir_relative(p, ""); 245 mxcfg->dir = mutexdir; 271 mxcfg->dir = default_dir; /* usually NULL */ 309 mxcfg->dir, 350 if (!newcfg->none && mutex_needs_file(newcfg->mech) && !newcfg->dir) { 358 /* !true if dir not already set: mxcfg->set && defcfg->dir */ 359 if (defcfg->set && defcfg->dir) { 360 newcfg->dir 509 const char *dir = ""; local [all...] |
/httpd/ |
H A D | buildconf | 35 # can be overridden with --with-apr=[dir] and --with-apr-util=[dir] 72 for dir in $apr_src_dir 74 if [ -f "${dir}/build/apr_common.m4" ]; then 75 echo "found apr source: ${dir}" 76 apr_src_dir=$dir 101 for dir in $apu_src_dir 103 if [ -f "${dir}/Makefile.in" ]; then 104 echo "found apr-util source: ${dir}" 105 apu_src_dir=$dir [all...] |
/httpd/modules/core/test/ |
H A D | Makefile | 7 APA.dir = /tmp/apache 11 $(APA.dir)/bin/httpd \
|
/httpd/modules/generators/ |
H A D | mod_info.c | 183 static void mod_info_show_cmd(request_rec * r, const ap_directive_t * dir, argument 186 mod_info_indent(r, nest, dir->filename, dir->line_num); 189 ap_escape_html(r->pool, dir->directive), 190 ap_escape_html(r->pool, dir->args)); 192 apr_file_printf(out, "%s %s\n", dir->directive, dir->args); 195 static void mod_info_show_open(request_rec * r, const ap_directive_t * dir, argument 198 mod_info_indent(r, nest, dir->filename, dir 207 mod_info_show_close(request_rec * r, const ap_directive_t * dir, int nest) argument 227 mod_info_has_cmd(const command_rec * cmds, ap_directive_t * dir) argument 251 ap_directive_t *dir; local [all...] |
H A D | mod_suexec.c | 53 static void *create_mconfig_for_directory(apr_pool_t *p, char *dir) argument 133 create_mconfig_for_directory, /* create per-dir config */ 134 NULL, /* merge per-dir config */
|
/httpd/modules/mappers/ |
H A D | mod_speling.c | 95 static void *create_mconfig_for_directory(apr_pool_t *p, char *dir) argument 204 apr_dir_t *dir; local 267 if (apr_dir_open(&dir, good, r->pool) != APR_SUCCESS) { 279 while (apr_dir_read(&dirent, APR_FINFO_DIRENT, dir) == APR_SUCCESS) { 288 apr_dir_close(dir); 357 apr_dir_close(dir); 522 create_mconfig_for_directory, /* create per-dir config */ 523 NULL, /* merge per-dir config */
|
/httpd/modules/dav/lock/ |
H A D | mod_dav_lock.c | 25 /* per-dir configuration */ 42 static void *dav_lock_create_dir_config(apr_pool_t *p, char *dir) argument 98 dav_lock_create_dir_config, /* dir config creater */ 99 dav_lock_merge_dir_config, /* dir merger --- default is to override */
|
H A D | locks.c | 48 * the per-dir configuration. 697 dav_lock_discovery *dir; local 702 &dir, &ind)) != NULL) { 707 *ref_dp = dir; 711 for (; dir != NULL; dir = dir->next) { 712 if (!dav_compare_locktoken(indirect->locktoken, dir->locktoken)) { 713 *direct = dir;
|
/httpd/modules/arch/unix/ |
H A D | mod_privileges.c | 194 /* If we have per-dir config, defer doing anything */ 419 static const char *vhost_user(cmd_parms *cmd, void *dir, const char *arg) argument 430 static const char *vhost_group(cmd_parms *cmd, void *dir, const char *arg) argument 441 static const char *vhost_secure(cmd_parms *cmd, void *dir, int arg) argument 453 static const char *vhost_cgimode(cmd_parms *cmd, void *dir, const char *arg) argument 479 static const char *dtraceenable(cmd_parms *cmd, void *dir, int arg) argument 489 static const char *privs_mode(cmd_parms *cmd, void *dir, const char *arg) argument 504 priv_dir_cfg *cfg = dir; 523 static const char *vhost_privs(cmd_parms *cmd, void *dir, const char *arg) argument 541 static const char *vhost_cgiprivs(cmd_parms *cmd, void *dir, cons argument [all...] |
/httpd/modules/cache/ |
H A D | cache_util.c | 266 char dir[5]; local 314 dir[0] = '/'; 315 dir[1] = lockname[0]; 316 dir[2] = '/'; 317 dir[3] = lockname[1]; 318 dir[4] = 0; 321 path = apr_pstrcat(r->pool, conf->lockpath, dir, NULL); 407 char dir[5]; local 420 dir[0] = '/'; 421 dir[ [all...] |
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 69 /* Our isapi per-dir config structure */ 85 isapi_dir_conf *dir = apr_palloc(p, sizeof(isapi_dir_conf)); local 87 dir->read_ahead_buflen = ISAPI_UNDEF; 88 dir->log_unsupported = ISAPI_UNDEF; 89 dir->log_to_errlog = ISAPI_UNDEF; 90 dir->log_to_query = ISAPI_UNDEF; 91 dir->fake_async = ISAPI_UNDEF; 93 return dir; 100 isapi_dir_conf *dir = apr_palloc(p, sizeof(isapi_dir_conf)); local 102 dir [all...] |
/httpd/support/ |
H A D | apxs.in | 541 my $dir = $CFG_LIBEXECDIR; 542 $dir =~ s|^$CFG_PREFIX/?||; 543 $dir =~ s|(.)$|$1/|; 545 push(@lmd, sprintf("LoadModule %-18s %s", "${name}_module", "$dir$t")); 683 #INCLUDES=-Imy/include/dir 684 #LIBS=-Lmy/lib/dir -lmylib 784 NULL, /* create per-dir config structures */ 785 NULL, /* merge per-dir config structures */
|
H A D | htcacheclean.c | 408 apr_dir_t *dir; local 420 if (apr_dir_open(&dir, path, p) != APR_SUCCESS) { 424 while (apr_dir_read(&info, APR_FINFO_TYPE, dir) == APR_SUCCESS && !interrupted) { 573 apr_dir_close(dir); 597 apr_dir_t *dir; local 619 if (apr_dir_open(&dir, path, p) != APR_SUCCESS) { 623 while (apr_dir_read(&info, 0, dir) == APR_SUCCESS && !interrupted) { 633 apr_dir_close(dir); 1079 static apr_status_t remove_directory(apr_pool_t *pool, const char *dir) argument 1085 rv = apr_dir_open(&dirp, dir, poo [all...] |
/httpd/modules/lua/ |
H A D | mod_lua.h | 134 const char *dir; member in struct:__anon222 136 /* Whether Lua scripts in a sub-dir are run before parents */
|
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 448 /* XXX: this dir read code is exactly the same as that in 452 apr_dir_t *dir; local 458 if (apr_dir_open(&dir, pathname, ptemp) != APR_SUCCESS) { 462 while ((apr_dir_read(&dirent, finfo_flags, dir)) == APR_SUCCESS) { 476 apr_dir_close(dir);
|