Lines Matching defs:absolute
993 * chosen characters for absolute redirects
996 bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute)
1033 if (absolute)
1059 handle_redirect(bozo_httpreq_t *request, const char *url, int absolute)
1069 int absproto = 0; /* absolute redirect provides own schema */
1078 if (request->hr_user && !absolute) {
1085 if (absolute) {
1090 * absolute redirect may specify own protocol i.e. to redirect
1118 if (absolute) {
1132 url = bozo_escape_rfc3986(httpd, url, absolute);
1463 int rv, absolute;
1502 absolute = 0;
1512 absolute = 1;
1529 if (!absolute && redirpath[0] != '/') {
1540 handle_redirect(request, finalredir, absolute);