Home | History | Annotate | Download | only in libevent

Lines Matching refs:url

544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile)
555 if (strncasecmp(url, HTTP_PREFIX, len))
558 url += len;
561 if (strlcpy(host, url, sizeof (host)) >= sizeof(host))
2213 "<p>The requested URL %s was not found on this server.</p>"\