Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp-internal.h17 #define HTTP_PREFIX "http://" macro
Dhttp.c554 len = strlen(HTTP_PREFIX); in evhttp_hostportfile()
555 if (strncasecmp(url, HTTP_PREFIX, len)) in evhttp_hostportfile()