Searched refs:encodedpath (Results 1 – 1 of 1) sorted by relevance
68 char *newpath, *encodedpath; in server_file_access() local103 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()