Searched refs:slash (Results 1 – 6 of 6) sorted by relevance
557 char *slash = NULL; in http_response_prepare() local649 if (slash) { in http_response_prepare()650 buffer_copy_string_len(con->physical.path, srv->tmp_buf->ptr, slash - srv->tmp_buf->ptr); in http_response_prepare()663 slash = strrchr(srv->tmp_buf->ptr, '/'); in http_response_prepare()670 if (slash) pathinfo = slash; in http_response_prepare()671 …} while ((found == 0) && (slash != NULL) && ((size_t)(slash - srv->tmp_buf->ptr) > (con->physical.… in http_response_prepare()
944 char *start, *slash, *walk, *out; in buffer_path_simplify() local958 slash = dest->ptr; in buffer_path_simplify()991 toklen = out - slash; in buffer_path_simplify()993 out = slash; in buffer_path_simplify()1004 out = slash; in buffer_path_simplify()1009 slash = out; in buffer_path_simplify()
332 if a name starts with slash this file will be used a index generator
195 In the case that the prefix is not terminated with a slash
401 slash. */
444 * fixed circumventing url.access-deny by trailing slash (#1230)