Lines Matching refs:rel_path
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()
545 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare()