Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dresponse.c557 char *slash = NULL; in http_response_prepare() local
649 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()
H A Dbuffer.c944 char *start, *slash, *walk, *out; in buffer_path_simplify() local
958 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()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dconfiguration.txt332 if a name starts with slash this file will be used a index generator
H A Dfastcgi.txt195 In the case that the prefix is not terminated with a slash
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfig.h.in401 slash. */
H A DNEWS444 * fixed circumventing url.access-deny by trailing slash (#1230)