HomeSort by: relevance | last modified time | path
    Searched refs:vhost (Results 1 - 8 of 8) sorted by relevancy

  /src/libexec/httpd/lua/
glue.c 123 const char *vhost; local
128 vhost = luaL_checkstring(L, 3);
129 if (vhost && *vhost == 0x0) {
130 vhost = NULL;
133 lua_pushnumber(L, bozo_setup(httpd, prefs, vhost, root));
bozo.lua 35 opt = OptionParser{usage="%prog [options] root [vhost]", version="20180502"}
155 local vhost = args[2] or ""
156 bozohttpd.setup(httpd, prefs, vhost, args[1])
  /src/external/gpl2/xcvs/dist/contrib/
log_accum.in 271 local($file, $rev, $rcsfile, $line, $vhost, $cvsweb_base);
313 $vhost = $path[0];
315 $cvsweb_base = "$CVSWEB_SCHEME://$vhost.$CVSWEB_DOMAIN/$CVSWEB_URI";
318 $cvsweb_base = "$CVSWEB_SCHEME://$vhost.$CVSWEB_DOMAIN:$CVSWEB_PORT/$CVSWEB_URI";
  /src/external/bsd/libevent/dist/include/event2/
http.h 312 It is possible to have hierarchical vhosts. For example: A vhost
320 @param vhost the virtual host to add the regular http server.
326 struct evhttp* vhost);
332 @param vhost the virtual host to remove from the regular http server.
337 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
http.h 313 It is possible to have hierarchical vhosts. For example: A vhost
321 @param vhost the virtual host to add the regular http server.
327 struct evhttp* vhost);
333 @param vhost the virtual host to remove from the regular http server.
338 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
  /src/external/bsd/libevent/dist/
http.c 1889 for a known vhost or server alias. If we don't know about this
3397 Search the vhost hierarchy beginning with http for a server alias
3407 struct evhttp *vhost; local
3420 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3421 if (evhttp_find_alias(vhost, outhttp, hostname))
3431 match. Then, the vhost hierarchy is traversed again for a matching
3434 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3443 struct evhttp *vhost; local
3452 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3453 if (prefix_suffix_match(vhost->vhost_pattern
3740 struct evhttp* vhost; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 1887 for a known vhost or server alias. If we don't know about this
3395 Search the vhost hierarchy beginning with http for a server alias
3405 struct evhttp *vhost; local
3418 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3419 if (evhttp_find_alias(vhost, outhttp, hostname))
3429 match. Then, the vhost hierarchy is traversed again for a matching
3432 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3441 struct evhttp *vhost; local
3450 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3451 if (prefix_suffix_match(vhost->vhost_pattern
3738 struct evhttp* vhost; local
    [all...]
  /src/libexec/httpd/
bozohttpd.c 1364 * if we don't use vhost support, then set virthostname if
2567 bozo_setup(bozohttpd_t *httpd, bozoprefs_t *prefs, const char *vhost,
2583 if (vhost == NULL) {
2589 httpd->virthostname = bozostrdup(httpd, NULL, vhost);

Completed in 30 milliseconds