Home
last modified time | relevance | path

Searched refs:virtbase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/libexec/httpd/lua/
H A Dbozo.lua113 if options.virtbase then
114 bozohttpd.set_pref(httpd, prefs, "virtual base", options.virtbase)
/netbsd-src/libexec/httpd/
H A Dbozohttpd.c1318 * if we have a virtual path root (httpd->virtbase), and we are given a
1320 * directory exists under httpd->virtbase. if it does, use this as the
1362 if (!httpd->virtbase) { in check_virtual()
1392 "check_virtual: checking host `%s' under httpd->virtbase `%s' " in check_virtual()
1394 request->hr_host, httpd->virtbase, request->hr_file)); in check_virtual()
1400 if ((dirp = opendir(httpd->virtbase)) != NULL) { in check_virtual()
1414 httpd->virtbase, in check_virtual()
1423 httpd->virtbase, strerror(errno))); in check_virtual()
2627 httpd->virtbase = bozostrdup(httpd, NULL, cp); in bozo_setup()
2739 free(httpd->virtbase); in bozo_cleanup()
[all...]
H A Dbozohttpd.h103 char *virtbase; /* virtual directory base */ member
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog-20211909 * emul_chirp.c (emul_chirp_create): Handle a virtbase of -1 being