HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_PREFIX (Results 1 - 2 of 2) sorted by null

  /external/chromium/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 14 milliseconds