Searched refs:vhost (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/cvs/contrib/
H A Dlog_accum.in262 local($file, $rev, $rcsfile, $line, $vhost, $cvsweb_base);
306 $vhost = $path[0];
308 $cvsweb_base = "$CVSWEB_SCHEME://$vhost.$CVSWEB_DOMAIN/$CVSWEB_URI";
311 $cvsweb_base = "$CVSWEB_SCHEME://$vhost.$CVSWEB_DOMAIN:$CVSWEB_PORT/$CVSWEB_URI";
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h310 It is possible to have hierarchical vhosts. For example: A vhost
318 @param vhost the virtual host to add the regular http server.
324 struct evhttp* vhost);
330 @param vhost the virtual host to remove from the regular http server.
335 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c1744 for a known vhost or server alias. If we don't know about this
3189 Search the vhost hierarchy beginning with http for a server alias
3199 struct evhttp *vhost; local
3212 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3213 if (evhttp_find_alias(vhost, outhttp, hostname))
3223 match. Then, the vhost hierarchy is traversed again for a matching
3226 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3235 struct evhttp *vhost; local
3244 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3245 if (prefix_suffix_match(vhost
3527 struct evhttp* vhost; local
3569 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3587 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c682 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
736 vhost = cp;
775 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
836 if (strcmp(vhost, hp->h_name) != 0) {
838 vhost = hp->h_name;
842 strcmp(vhost, hp->h_aliases[i]) != 0)
845 vhost = hp->h_name;
850 strcmp(hrp->hostname, vhost) != 0) {
855 (hrp->hostname = strdup(vhost)) == NULL) {

Completed in 73 milliseconds