Home
last modified time | relevance | path

Searched refs:env (Results 1 – 25 of 33) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct46 env.Exit(-1)
49 env.Exit(-1)
53 env.Exit(-1)
97 env = Environment(
98 env = os.environ,
103 env.Help(opts.GenerateHelpText(env))
106 env['CC'] = env.subst('${CC}')
208 ol = env['LIBS']
211 env['LIBS'] = ol
213 ol = env['LIBS']
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DSConscript5 Import('env')
67 'lib' : [ env['LIBCRYPT'], env['LIBLDAP'], env['LIBLBER'] ] },
68 …'mod_webdav' : { 'src' : [ 'mod_webdav.c' ], 'lib' : [ env['LIBXML2'], env['LIBSQLITE3'], env['LIB…
73 'lib' : [ env['LIBPCRE'], env['LIBMEMCACHE'], env['LIBLUA'], env['LIBLUALIB'] ] },
86 staticlib = env['LIBS']
154 instbin = env.Program(bin_targets, src, LINKFLAGS = bin_linkflags, LIBS= [ env['LIBS'], common_lib,…
160 env['SHLIBPREFIX'] = ''
170 if env['build_dynamic']:
178 if env['build_static']:
188 env.Alias('install', inst)
[all …]
H A Dmod_cgi.c726 env->size = 16; in cgi_env_add()
727 env->ptr = malloc(env->size * sizeof(*env->ptr)); in cgi_env_add()
728 } else if (env->size == env->used) { in cgi_env_add()
730 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in cgi_env_add()
733 env->ptr[env->used++] = dst; in cgi_env_add()
782 char_array env; in cgi_create_env() local
803 env.size = 0; in cgi_create_env()
804 env.used = 0; in cgi_create_env()
1017 if (env.size == env.used) { in cgi_create_env()
1019 env.ptr = realloc(env.ptr, env.size * sizeof(*env.ptr)); in cgi_create_env()
[all …]
H A Dmod_fastcgi.c780 env->ptr = malloc(env->size * sizeof(*env->ptr)); in env_add()
783 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in env_add()
786 env->ptr[env->used++] = dst; in env_add()
805 env->ptr = malloc(env->size * sizeof(*env->ptr)); in parse_binpath()
808 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in parse_binpath()
824 env->ptr = malloc(env->size * sizeof(*env->ptr)); in parse_binpath()
827 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in parse_binpath()
835 env->ptr = malloc(env->size * sizeof(*env->ptr)); in parse_binpath()
838 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in parse_binpath()
842 env->ptr[env->used++] = NULL; in parse_binpath()
[all …]
H A Dmod_scgi.c633 env->ptr = malloc(env->size * sizeof(*env->ptr)); in env_add()
634 } else if (env->size == env->used) { in env_add()
636 env->ptr = realloc(env->ptr, env->size * sizeof(*env->ptr)); in env_add()
639 env->ptr[env->used++] = dst; in env_add()
785 env.size = 0; in scgi_spawn_connection()
786 env.used = 0; in scgi_spawn_connection()
835 env.ptr[env.used] = NULL; in scgi_spawn_connection()
1298 memcpy(env->ptr + env->used, key, key_len); in scgi_env_add()
1299 env->ptr[env->used + key_len] = '\0'; in scgi_env_add()
1301 memcpy(env->ptr + env->used, val, val_len); in scgi_env_add()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.conf5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
15 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
16 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
54 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
73 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
106 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
108 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
142 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
150 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
156 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
[all …]
H A Dfastcgi-responder.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
17 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
18 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
67 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
85 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
93 "bin-path" => env.SRCDIR + "/fcgi-responder",
112 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
155 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
159 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
170 "bin-path" => env.SRCDIR + "/fcgi-responder",
H A Dfastcgi-auth.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
14 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
15 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
90 "bin-path" => env.SRCDIR + "/fcgi-auth",
92 … "docroot" => env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/",
110 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
153 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
157 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A DSConscript1 Import('env')
36 t = env.Command('foo1', 'prepare.sh', '(cd ./tests/; ./prepare.sh; cd ..)')
37 t += env.Command('foo2', 'run-tests.pl', '( cd ./tests/; SHELL=/bin/sh ./run-tests.pl; cd ..)')
38 t += env.Command('foo3', 'cleanup.sh', '(cd ./tests/; ./cleanup.sh; cd ..)')
40 if env['LIBFCGI']:
42 fcgis += env.Program("fcgi-auth", "fcgi-auth.c", LIBS=env['LIBFCGI'])
43 fcgis += env.Program("fcgi-responder", "fcgi-responder.c", LIBS=env['LIBFCGI'])
44 env.Depends(t, fcgis)
46 env.Alias('check', t )
H A Dcondition.conf5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
12 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
13 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
25 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
32 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
37 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
43 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
51 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
62 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dproxy.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
8 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
9 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
45 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
63 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
91 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
139 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
143 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
148 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/123.example.org/pages/"
154 simple-vhost.server-root = env.SRCDIR + "/tmp/lighttpd/servers/"
H A Dfastcgi-13.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
12 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
13 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
88 "bin-path" => env.PHP,
105 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
148 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
152 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dbug-12.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
10 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
11 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
111 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
154 simple-vhost.server-root = env.SRCDIR + "/tmp/lighttpd/servers/"
158 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
162 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dbug-06.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
10 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
11 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
109 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
152 simple-vhost.server-root = env.SRCDIR + "/tmp/lighttpd/servers/"
156 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
160 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dfastcgi-10.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
8 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
9 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
47 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
65 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
88 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
131 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
135 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dvar-include.conf5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
12 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
13 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
24 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
31 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
36 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
H A Dmod-compress.conf5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
6 server.pid-file = env.SRCDIR + "/tmp/lighttpd/lighttpd.pid"
13 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
14 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
29 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dlowercase.conf1 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
8 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
9 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
60 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
62 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
H A D404-handler.conf5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
12 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
13 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
26 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dvar-include-sub.conf13 "^/env$" => "/" + env.env_test,
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmagnet.txt92 * lighty.env["uri.path"] = "/search.php"
94 * lighty.env["uri.scheme"] = "http"
96 * lighty.env["uri.query"] = "q=lighty"
109 lighty.env["request.uri"] = ...
113 lighty.env["physical.path"] = ...
116 lighty.env["uri.query"] = ...
156 … lighty.header["Location"] = "https://" .. lighty.env["uri.authority"] .. lighty.env["request.uri"]
227 if (lighty.env["uri.query"]) then
265 dir = lighty.env["physical.path"]
325 lighty.env["physical.rel-path"] = lighty.env["uri.path"]
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/
H A Dget-env.php2 $env = $_GET["env"]; variable
3 print isset($_ENV[$env]) ? $_ENV[$env] : '';
H A DMakefile.am2 redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \
/mOS-networking-stack/
H A D.travis.yml12 - env: COMPILER=gcc VERSION=6
13 - env: COMPILER=gcc VERSION=5
14 - env: COMPILER=gcc VERSION=4.8
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/
H A Dspawn-php.sh54 env - $E $EX

12