Searched refs:path_raw (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | response.c | 295 buffer_copy_string_len(con->uri.path_raw, con->request.uri->ptr, qstr - con->request.uri->ptr); in http_response_prepare() 298 buffer_copy_string_buffer(con->uri.path_raw, con->request.uri); in http_response_prepare() 306 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-path : ", con->uri.path_raw); in http_response_prepare() 341 con->uri.path_raw->ptr[0] == '*' && con->uri.path_raw->ptr[1] == '\0') { in http_response_prepare() 343 buffer_copy_string_buffer(con->uri.path, con->uri.path_raw); in http_response_prepare() 345 buffer_copy_string_buffer(srv->tmp_buf, con->uri.path_raw); in http_response_prepare() 391 con->uri.path->ptr[0] == '*' && con->uri.path_raw->ptr[1] == '\0') { in http_response_prepare()
|
| H A D | mod_webdav.c | 98 p->uri.path_raw = buffer_init(); in INIT_FUNC() 150 buffer_free(p->uri.path_raw); in FREE_FUNC() 1827 buffer_reset(p->uri.path_raw); in URIHANDLER_FUNC() 1854 buffer_copy_string(p->uri.path_raw, start); in URIHANDLER_FUNC() 1856 buffer_copy_string_len(p->uri.path_raw, start, sep - start); in URIHANDLER_FUNC() 1865 buffer_copy_string_buffer(p->tmp_buf, p->uri.path_raw); in URIHANDLER_FUNC()
|
| H A D | base.h | 203 buffer *path_raw; /* raw path, as sent from client. no urldecoding or path simplifying */ member
|
| H A D | connections.c | 702 CLEAN(uri.path_raw); 769 CLEAN(uri.path_raw); 842 CLEAN(uri.path_raw);
|
| H A D | mod_accesslog.c | 880 accesslog_append_escaped(b, con->uri.path_raw); in REQUESTDONE_FUNC()
|
| H A D | mod_magnet.c | 502 case MAGNET_ENV_URI_PATH_RAW: dest = con->uri.path_raw; break; in magnet_env_get_buffer_by_id()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 56 called after uri.path_raw, uri.authority and uri.scheme are set
|