OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vhost
(Results
1 - 3
of
3
) 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));
/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
...]
Completed in 161 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026