Searched refs:rel_path (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_webdav.c | 561 dst->rel_path->ptr, in webdav_delete_file() 602 buffer_copy_string_buffer(d.rel_path, dst->rel_path); in webdav_delete_dir() 639 d.rel_path->ptr, in webdav_delete_dir() 656 buffer_free(d.rel_path); in webdav_delete_dir() 717 dst->rel_path->ptr, in webdav_copy_file() 722 src->rel_path->ptr, in webdav_copy_file() 767 buffer_copy_string_buffer(s.rel_path, src->rel_path); in webdav_copy_dir() 771 buffer_copy_string_buffer(d.rel_path, dst->rel_path); in webdav_copy_dir() 820 buffer_free(s.rel_path); in webdav_copy_dir() 822 buffer_free(d.rel_path); in webdav_copy_dir() [all …]
|
| H A D | response.c | 433 buffer_copy_string_buffer(con->physical.rel_path, con->uri.path); in http_response_prepare() 449 if (con->physical.rel_path->used > 1) { in http_response_prepare() 450 buffer *b = con->physical.rel_path; in http_response_prepare() 474 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare() 498 buffer_to_lower(con->physical.rel_path); in http_response_prepare() 515 if (con->physical.rel_path->used && in http_response_prepare() 516 con->physical.rel_path->ptr[0] == '/') { in http_response_prepare() 517 …fer_append_string_len(con->physical.path, con->physical.rel_path->ptr + 1, con->physical.rel_path-… in http_response_prepare() 519 buffer_append_string_buffer(con->physical.path, con->physical.rel_path); in http_response_prepare() 525 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare() [all …]
|
| H A D | mod_secure_download.c | 279 buffer_copy_string(con->physical.rel_path, rel_uri); in URIHANDLER_FUNC() 281 buffer_append_string_buffer(con->physical.path, con->physical.rel_path); in URIHANDLER_FUNC()
|
| H A D | mod_userdir.c | 302 if (NULL != (rel_url = strchr(con->physical.rel_path->ptr + 2, '/'))) { in URIHANDLER_FUNC()
|
| H A D | base.h | 212 buffer *rel_path; member
|
| H A D | connections.c | 708 CLEAN(physical.rel_path); 776 CLEAN(physical.rel_path); 848 CLEAN(physical.rel_path);
|
| H A D | mod_magnet.c | 498 case MAGNET_ENV_PHYICAL_REL_PATH: dest = con->physical.rel_path; break; in magnet_env_get_buffer_by_id()
|