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

/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserver.h64 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */
134 svn_boolean_t vhost;
63 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */ member in struct:server_baton_t
133 svn_boolean_t vhost; member in struct:serve_params_t
H A Dsvnserve.c547 params.vhost = FALSE;
745 params.vhost = TRUE;
H A Dserve.c3259 if (! b->vhost)
3531 b.vhost = params->vhost;
/freebsd-10.2-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-10.2-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-10.2-release/libexec/ftpd/
H A Dftpd.c678 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
732 vhost = cp;
771 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
832 if (strcmp(vhost, hp->h_name) != 0) {
834 vhost = hp->h_name;
838 strcmp(vhost, hp->h_aliases[i]) != 0)
841 vhost = hp->h_name;
846 strcmp(hrp->hostname, vhost) != 0) {
851 (hrp->hostname = strdup(vhost)) == NULL) {

Completed in 209 milliseconds