OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_PREFIX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libevent/
http-internal.h
17
#define
HTTP_PREFIX
"http://"
http.c
554
len = strlen(
HTTP_PREFIX
);
555
if (strncasecmp(url,
HTTP_PREFIX
, len))
[
all
...]
Completed in 34 milliseconds