| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_setenv.c | 22 array *environment; member 72 array_free(s->environment); in FREE_FUNC() 107 s->environment = array_init(); in SETDEFAULTS_FUNC() 111 cv[2].destination = s->environment; in SETDEFAULTS_FUNC() 131 PATCH(environment); in mod_setenv_patch_connection() 150 PATCH(environment); in mod_setenv_patch_connection() 194 for (k = 0; k < p->conf.environment->used; k++) { in URIHANDLER_FUNC() 195 data_string *ds = (data_string *)p->conf.environment->data[k]; in URIHANDLER_FUNC() 198 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in URIHANDLER_FUNC() 205 array_insert_unique(con->environment, (data_unset *)ds_dst); in URIHANDLER_FUNC()
|
| H A D | response.c | 165 if (NULL == (envds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in https_add_ssl_entries() 180 array_insert_unique(con->environment, (data_unset *)envds); in https_add_ssl_entries() 191 if (NULL == (envds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in https_add_ssl_entries() 201 array_insert_unique(con->environment, (data_unset *)envds); in https_add_ssl_entries()
|
| H A D | mod_magnet.c | 649 if (NULL != (ds = (data_string *)array_get_element(con->environment, key)) && ds->value->used) in magnet_cgi_get() 668 array_set_key_value(con->environment, key, strlen(key), val, strlen(val)); in magnet_cgi_set() 681 return magnet_array_pairs(L, con->environment); in magnet_cgi_pairs()
|
| H A D | mod_auth.c | 311 if (NULL == (ds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in mod_auth_uri_handler() 318 array_insert_unique(con->environment, (data_unset *)ds); in mod_auth_uri_handler()
|
| H A D | base.h | 421 …array *environment; /* used to pass lighttpd internal stuff to the FastCGI/CGI apps, setenv does … member
|
| H A D | connections.c | 728 con->environment = array_init(); 754 array_free(con->environment); 877 array_reset(con->environment);
|
| H A D | mod_ssi.c | 207 for (i = 0; i < con->environment->used; i++) { in ssi_env_add_request_headers() 210 ds = (data_string *)con->environment->data[i]; in ssi_env_add_request_headers()
|
| H A D | mod_cgi.c | 988 for (n = 0; n < con->environment->used; n++) { in cgi_create_env() 991 ds = (data_string *)con->environment->data[n]; in cgi_create_env()
|
| H A D | mod_accesslog.c | 806 …if (NULL != (ds = (data_string *)array_get_element(con->environment, p->conf.parsed_format->ptr[j]… in REQUESTDONE_FUNC()
|
| H A D | mod_scgi.c | 1427 for (i = 0; i < con->environment->used; i++) { in scgi_env_add_request_headers() 1430 ds = (data_string *)con->environment->data[i]; in scgi_env_add_request_headers()
|
| H A D | mod_fastcgi.c | 1785 for (i = 0; i < con->environment->used; i++) { in fcgi_env_add_request_headers() 1788 ds = (data_string *)con->environment->data[i]; in fcgi_env_add_request_headers()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | fastcgi.txt | 101 "bin-environment" => <array>, # OPTIONAL 102 "bin-copy-environment" => <array>, # OPTIONAL 153 :"bin-environment": put an entry into the environment of 157 environment of the spawn process 389 "bin-environment" => ( 402 "bin-environment" => ( 405 "bin-copy-environment" => ( 423 "bin-environment" => ( 426 "bin-copy-environment" => ( 454 environment and set the user-id, group-id and change to [all …]
|
| H A D | setenv.txt | 29 setenv.add-environment 30 adds a value to the process environment that is passed to the external applications
|
| H A D | state.txt | 50 cleanup environment, log request 70 request and cleanup the environment. After the close() call the connection
|
| H A D | accesslog.txt | 72 %e environment (not supported)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | bug-12.conf | 85 setenv.add-environment = ( "TRAC_ENV" => "foo")
|
| H A D | bug-06.conf | 83 setenv.add-environment = ( "TRAC_ENV" => "foo")
|
| H A D | proxy.conf | 66 setenv.add-environment = ( "TRAC_ENV" => "foo")
|
| H A D | lighttpd.conf | 77 setenv.add-environment = ( "TRAC_ENV" => "tracenv", "SETENV" => "setenv")
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | aclocal.m4 | 172 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS 192 Consider adjusting the PKG_CONFIG_PATH environment variable if you 201 is in your PATH or set the PKG_CONFIG environment variable to the full 905 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 1168 # Check to make sure that the build environment is sane. -*- Autoconf -*- 1179 [AC_MSG_CHECKING([whether build environment is sane]) 1212 # broken ls alias from the environment. This has actually 1215 alias in your environment]) 1331 # will honor the 'STRIP' environment variable to overrule this program.
|
| H A D | NEWS | 29 …* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi t… 213 * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713) 217 * Fix mod_cgi environment keys mangling (fixes #1969) 227 …* Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #… 326 * mod_{fast,s}cgi: overwrite environment variables (#1722) 405 * fixed crashing when using undefined environment variables in the config 466 * added HTTPS=on to the environment of cgi scripts (#861) [1684] 500 * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889) 829 * added handling of startup environment to FastCGI
|
| H A D | configure.ac | 33 dnl check environment
|
| H A D | ltmain.sh | 4048 echo " - add LIBDIR to the '$shlibpath_var' environment variable" 4052 echo " - add LIBDIR to the '$runpath_var' environment variable"
|
| H A D | configure | 2627 …{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the buil… 2628 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2919 alias in your environment" "$LINENO" 5 3474 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 1309 Some influential environment variables: 2195 …{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the buil… 2196 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|