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

/freebsd-10-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h91 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */
157 svn_boolean_t vhost;
90 svn_boolean_t vhost; /* Use virtual-host-based path to repo. */ member in struct:server_baton_t
156 svn_boolean_t vhost; member in struct:serve_params_t
H A Dsvnserve.c727 params.vhost = FALSE;
927 params.vhost = TRUE;
H A Dserve.c3470 svn_boolean_t vhost,
3489 if (! vhost)
3791 b->vhost = params->vhost;
3879 err = handle_config_error(find_repos(client_url, params->root, b->vhost,
3467 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, svn_repos__authz_pool_t *authz_pool, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10-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-10-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-10-stable/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 190 milliseconds