Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 26) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_setenv.c22 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 Dresponse.c165 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 Dmod_magnet.c649 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 Dmod_auth.c311 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 Dbase.h421 …array *environment; /* used to pass lighttpd internal stuff to the FastCGI/CGI apps, setenv does … member
H A Dconnections.c728 con->environment = array_init();
754 array_free(con->environment);
877 array_reset(con->environment);
H A Dmod_ssi.c207 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 Dmod_cgi.c988 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 Dmod_accesslog.c806 …if (NULL != (ds = (data_string *)array_get_element(con->environment, p->conf.parsed_format->ptr[j]… in REQUESTDONE_FUNC()
H A Dmod_scgi.c1427 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 Dmod_fastcgi.c1785 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 Dfastcgi.txt101 "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 Dsetenv.txt29 setenv.add-environment
30 adds a value to the process environment that is passed to the external applications
H A Dstate.txt50 cleanup environment, log request
70 request and cleanup the environment. After the close() call the connection
H A Daccesslog.txt72 %e environment (not supported)
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dbug-12.conf85 setenv.add-environment = ( "TRAC_ENV" => "foo")
H A Dbug-06.conf83 setenv.add-environment = ( "TRAC_ENV" => "foo")
H A Dproxy.conf66 setenv.add-environment = ( "TRAC_ENV" => "foo")
H A Dlighttpd.conf77 setenv.add-environment = ( "TRAC_ENV" => "tracenv", "SETENV" => "setenv")
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Daclocal.m4172 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 DNEWS29 …* [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 Dconfigure.ac33 dnl check environment
H A Dltmain.sh4048 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
4052 echo " - add LIBDIR to the '$runpath_var' environment variable"
H A Dconfigure2627 …{ $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 Dconfigure1309 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;}

12