Lines Matching refs:portbuf
968 char portbuf[20]; in handle_redirect() local
984 snprintf(portbuf, sizeof(portbuf), ":%s", in handle_redirect()
987 portbuf[0] = '\0'; in handle_redirect()
991 bozo_warn(httpd, "redirecting %s%s%s", hostname, portbuf, url); in handle_redirect()
999 bozo_printf(httpd, "%s%s", hostname, portbuf); in handle_redirect()
1017 portbuf, url, request->hr_query); in handle_redirect()
1023 portbuf, url); in handle_redirect()
1909 char portbuf[20]; in bozo_http_error() local
1926 snprintf(portbuf, sizeof(portbuf), ":%s", in bozo_http_error()
1929 portbuf[0] = '\0'; in bozo_http_error()
1946 hostname, portbuf, hostname, portbuf); in bozo_http_error()