Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/httpd/
H A Dserver_file.c68 char *newpath, *encodedpath; in server_file_access() local
103 if ((encodedpath = url_encode(desc->http_path)) == NULL) in server_file_access()
105 if (asprintf(&newpath, "%s/", encodedpath) == -1) { in server_file_access()
106 free(encodedpath); in server_file_access()
109 free(encodedpath); in server_file_access()