Home
last modified time | relevance | path

Searched refs:authed_user (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbase.h420 buffer *authed_user; member
H A Dmod_accesslog.c768 if (con->authed_user->used > 1) { in REQUESTDONE_FUNC()
769 buffer_append_string_buffer(b, con->authed_user); in REQUESTDONE_FUNC()
H A Dconnections.c712 CLEAN(authed_user);
779 CLEAN(authed_user);
853 CLEAN(authed_user);
H A Dmod_ssi.c279 if (con->authed_user->used) { in build_ssi_cgi_vars()
281 con->authed_user->ptr); in build_ssi_cgi_vars()
H A Dmod_cgi.c921 if (!buffer_is_empty(con->authed_user)) { in cgi_create_env()
923 CONST_BUF_LEN(con->authed_user)); in cgi_create_env()
H A Dmod_auth.c307 buffer_copy_string_buffer(con->authed_user, p->auth_user); in mod_auth_uri_handler()
H A Dresponse.c178 buffer_copy_string_buffer(con->authed_user, envds->value); in https_add_ssl_entries()
H A Dmod_scgi.c1545 if (!buffer_is_empty(con->authed_user)) { in scgi_create_env()
1547 CONST_BUF_LEN(con->authed_user)); in scgi_create_env()
H A Dmod_fastcgi.c1918 if (!buffer_is_empty(con->authed_user)) { in fcgi_create_env()
1919 …CHECK(fcgi_env_add(p->fcgi_env, CONST_STR_LEN("REMOTE_USER"), CONST_BUF_LEN(con->authed_user)),con) in fcgi_create_env()