Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_userdir.c170 char *rel_url; in URIHANDLER_FUNC() local
189 if (NULL == (rel_url = strchr(con->uri.path->ptr + 2, '/'))) { in URIHANDLER_FUNC()
197 if (0 == rel_url - (con->uri.path->ptr + 2)) { in URIHANDLER_FUNC()
201 buffer_copy_string_len(p->username, con->uri.path->ptr + 2, rel_url - (con->uri.path->ptr + 2)); in URIHANDLER_FUNC()
302 if (NULL != (rel_url = strchr(con->physical.rel_path->ptr + 2, '/'))) { in URIHANDLER_FUNC()
303 buffer_append_string(p->temp_path, rel_url + 1); /* skip the / */ in URIHANDLER_FUNC()