HomeSort by: relevance | last modified time | path
    Searched defs:decoded_path (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libevent/dist/sample/
http-server.c 190 char *decoded_path; local
216 decoded_path = evhttp_uridecode(path, 0, NULL);
217 if (decoded_path == NULL)
223 if (strstr(decoded_path, ".."))
226 len = strlen(decoded_path)+strlen(o->docroot)+2;
231 evutil_snprintf(whole_path, len, "%s/%s", o->docroot, decoded_path);
283 decoded_path, /* XXX html-escape this. */
286 decoded_path /* XXX html-escape this */);
313 const char *type = guess_content_type(decoded_path);
339 if (decoded_path)
    [all...]

Completed in 27 milliseconds