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

/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h93 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */
162 svn_boolean_t vhost;
92 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */ member in struct:server_baton_t
161 svn_boolean_t vhost; member in struct:serve_params_t
H A Dsvnserve.c771 params.vhost = FALSE;
990 params.vhost = TRUE;
H A Dserve.c3885 svn_boolean_t vhost,
3907 if (! vhost)
4234 b->vhost = params->vhost;
4337 err = handle_config_error(find_repos(client_url, params->root, b->vhost,
3882 find_repos(const char *url, const char *root, svn_boolean_t vhost, svn_boolean_t read_only, svn_config_t *cfg, repository_t *repository, svn_repos__config_pool_t *config_pool, apr_hash_t *fs_config, svn_repos_authz_warning_func_t authz_warning_func, void *authz_warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/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-11-stable/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-11-stable/libexec/ftpd/
H A Dftpd.c679 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
733 vhost = cp;
772 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
833 if (strcmp(vhost, hp->h_name) != 0) {
835 vhost = hp->h_name;
839 strcmp(vhost, hp->h_aliases[i]) != 0)
842 vhost = hp->h_name;
847 strcmp(hrp->hostname, vhost) != 0) {
852 (hrp->hostname = strdup(vhost)) == NULL) {

Completed in 224 milliseconds