bozohttpd.c | 1059 handle_redirect(bozo_httpreq_t *request, const char *url, int absolute) function in typeref:typename:void 1452 * 0 when no redirection happened, or 1 when handle_redirect() has been 1540 handle_redirect(request, finalredir, absolute); 1668 handle_redirect(request, userredirecturl, 0); 1864 handle_redirect(request, NULL, 0);
|