Searched refs:scheme (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | response.c | 270 buffer_copy_string_len(con->uri.scheme, CONST_STR_LEN("https")); in http_response_prepare() 272 buffer_copy_string_len(con->uri.scheme, CONST_STR_LEN("http")); in http_response_prepare() 304 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-scheme : ", con->uri.scheme); in http_response_prepare()
|
| H A D | mod_webdav.c | 97 p->uri.scheme = buffer_init(); in INIT_FUNC() 149 buffer_free(p->uri.scheme); in FREE_FUNC() 1364 buffer_append_string_buffer(b, con->uri.scheme); in URIHANDLER_FUNC() 1433 buffer_append_string_buffer(b, con->uri.scheme); in URIHANDLER_FUNC() 1826 buffer_reset(p->uri.scheme); in URIHANDLER_FUNC() 1836 buffer_copy_string_len(p->uri.scheme, start, sep - start); in URIHANDLER_FUNC()
|
| H A D | base.h | 196 buffer *scheme; /* scheme without colon or slashes ( "http" or "https" ) */ member
|
| H A D | connections.c | 699 CLEAN(uri.scheme); 766 CLEAN(uri.scheme); 839 CLEAN(uri.scheme);
|
| H A D | configfile-glue.c | 391 l = con->uri.scheme; in config_check_cond_nocache()
|
| H A D | network.c | 94 buffer_copy_string(con->uri.scheme, "https"); in network_ssl_servername_callback()
|
| H A D | mod_magnet.c | 503 case MAGNET_ENV_URI_SCHEME: dest = con->uri.scheme; break; in magnet_env_get_buffer_by_id()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | configuration.txt | 88 $HTTP["scheme"] 89 match on scheme
|
| H A D | plugins.txt | 56 called after uri.path_raw, uri.authority and uri.scheme are set
|
| H A D | magnet.txt | 94 * lighty.env["uri.scheme"] = "http" 155 if (lighty.env["uri.scheme"] == "http") then
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 352 * added support for matching $HTTP["scheme"] in configs
|