OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decoded_path
(Results
1 - 1
of
1
) sorted by null
/external/libevent/sample/
http-server.c
166
char *
decoded_path
;
local
192
decoded_path
= evhttp_uridecode(path, 0, NULL);
193
if (
decoded_path
== NULL)
199
if (strstr(
decoded_path
, ".."))
202
len = strlen(
decoded_path
)+strlen(docroot)+2;
207
evutil_snprintf(whole_path, len, "%s/%s", docroot,
decoded_path
);
259
decoded_path
, /* XXX html-escape this. */
262
decoded_path
/* XXX html-escape this */);
289
const char *type = guess_content_type(
decoded_path
);
315
if (
decoded_path
)
[
all
...]
Completed in 465 milliseconds