Searched refs:in (Results 1 - 25 of 93) sorted by relevance

1234

/httpd/modules/core/test/conf/
H A Dtest11.conf3 <Macro $arg.in>
4 Warning "macro $arg.in line 1"
8 # generate a one.in macro
12 Use one.in
/httpd/build/
H A Dmkdir.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
22 # as of 1994-03-25, which was placed in the Public Domain.
28 for file in ${1+"$@"} ; do
33 for d in ${1+"$@"}; do
35 case "$pathcomp" in
H A Dconfig-stubs23 for configfile in $configfiles; do
H A DNWGNUscripts.inc6 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
11 @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
16 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
17 @echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
25 @echo $(DL)# NCF to restart Apache 2.x in own address space$(DL)> $@
27 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
32 @echo $(DL)# NCF to stop Apache 2.x in own address space$(DL)> $@
34 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
39 @echo $(DL)# NCF to create a product record for Apache 2.x in product database$(DL)> $@
H A Dbsd_makefile7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
27 for i in build/*.mk; do
H A Dfastgen.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
42 for makefile in $@; do
55 cat - $top_srcdir/$makefile.in <<EOF | \
70 for makefile in $@; do
83 cat - $top_srcdir/$makefile.in <<EOF >$makefile
H A Dsysv_makefile7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
27 for i in build/*.mk; do
H A Dinstdso.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
36 for arg in "$@" ; do
45 # on AIX, shared libraries remain in storage even when
49 for DSOARCHIVE in $DSOARCHIVES ; do
57 case $SYS in
78 for DSOARCHIVE in $DSOARCHIVES ; do
92 echo "Warning! dlname not found in $TARGETDIR/$DSOARCHIVE_BASENAME."
99 for f in $LIBRARY_NAMES
H A Dbuildinfo.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
96 case $hostname in
128 case $time_year in
133 case $time_month in
H A Dinstall.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
27 # put in absolute paths if you don't have them in your path;
52 case $1 in
86 for arg in "$@" ; do
96 # your system does not like double slashes in filenames, you may
107 # Make a temp file name in the proper directory.
H A Dinstall-bindist.sh.in7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
31 for d in ${dirs}
71 for dir in ${path} ; do
72 for pperl in ${perls} ; do
145 support/apxs.in > $SR/bin/apxs
H A Dlibrary.mk5 # (the "License"); you may not use this file except in compliance with
10 # Unless required by applicable law or agreed to in writing, software
/httpd/support/
H A Dcheck_forensic20 case "$temp_create_method" in
40 in=$name
43 trap "rm -f -- \"$all\" \"$in\" \"$out\";" 0 1 2 3 13 15
46 grep ^+ < $all | cut -c2- | sort > $in
50 join -v 1 $in $out | xargs -I xx egrep "^\\+xx" $F
H A Dapachectl.in7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
79 case $ACMD in
H A Dctauditscts7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
108 if key in already_checked:
123 if '://' in log_url:
153 for dirpath, dnames, fnames in os.walk(top):
154 fnames = [fn for fn in fnames if fn[-4:] == '.out']
155 for fn in fnames:
/httpd/server/
H A Dapreq_module_custom.c6 ** (the "License"); you may not use this file except in compliance with
11 ** Unless required by applicable law or agreed to in writing, software
37 apr_bucket_brigade *in; member in struct:custom_handle
51 switch (s = apr_brigade_partition(req->in, bytes, &e)) {
55 apreq_brigade_move(req->tmpbb, req->in, e);
70 apreq_brigade_move(req->tmpbb, req->in, e);
260 apr_bucket_brigade *in)
266 req->handle.bucket_alloc = in->bucket_alloc;
270 req->in = apr_brigade_create(pool, in
255 apreq_handle_custom(apr_pool_t *pool, const char *query_string, const char *cookie, apreq_parser_t *parser, apr_uint64_t read_limit, apr_bucket_brigade *in) argument
[all...]
H A Dapreq_parser_multipart.c6 ** (the "License"); you may not use this file except in compliance with
11 ** Unless required by applicable law or agreed to in writing, software
39 /* maximum recursion level in the mfd parser */
44 apr_bucket_brigade *in; member in struct:mfd_ctx
113 apr_bucket_brigade *in,
117 apr_bucket *e = APR_BRIGADE_FIRST(in);
120 while ( e != APR_BRIGADE_SENTINEL(in) ) {
149 apr_bucket *f = APR_BRIGADE_FIRST(in);
151 } while (APR_BRIGADE_FIRST(in) != e);
170 apr_bucket_brigade * volatile in_v = in;
112 split_on_bdry(apr_bucket_brigade *out, apr_bucket_brigade *in, const apr_strmatch_pattern *pattern, const char *bdry) argument
[all...]
/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua5 -- (the "License"); you may not use this file except in compliance with
10 -- Unless required by applicable law or agreed to in writing, software
21 r:puts("success in handle " .. count)
H A Dother.lua5 -- (the "License"); you may not use this file except in compliance with
10 -- Unless required by applicable law or agreed to in writing, software
/httpd/build/pkg/
H A Dbuildpkg.sh6 # (the "License"); you may not use this file except in compliance with
11 # Unless required by applicable law or agreed to in writing, software
33 case "$1" in
38 case "$1" in
44 case "$1" in
53 if [ ! -f "$apr_config" -a ! -f "$apr_config/configure.in" ]; then
59 if [ ! -f "$apu_config" -a ! -f "$apu_config/configure.in" ]; then
/httpd/modules/cache/
H A Dcache_storage.h5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
41 apr_off_t size, apr_bucket_brigade *in);
45 * invalidate a specific URL entity in all caches
47 * All cached entities for this URL are removed, usually in
61 * Merge in cached headers into the response
/httpd/
H A Dbuildconf7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 case "$ac_version" in
43 case "$1" in
48 case "$1" in
54 case "$1" in
72 for dir in $apr_src_dir
86 echo "Please refer to the documentation on APR in the httpd INSTALL file."
101 for dir in $apu_src_dir
103 if [ -f "${dir}/Makefile.in" ]; the
[all...]
/httpd/modules/lua/test/
H A Dmoonunit.lua5 -- (the "License"); you may not use this file except in compliance with
10 -- Unless required by applicable law or agreed to in writing, software
39 for _, v in ipairs(args) do
48 for k, v in pairs(self) do
/httpd/modules/filters/
H A Dmod_include.h5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
58 #define SSI_FLAG_SIZE_IN_BYTES (1<<2) /* Sizes displayed in bytes. */
59 #define SSI_FLAG_NO_EXEC (1<<3) /* No Exec in current context. */
113 (include_ctx_t *ctx, const char *in, char *out,
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua5 -- (the "License"); you may not use this file except in compliance with
10 -- Unless required by applicable law or agreed to in writing, software

Completed in 104 milliseconds

1234