Searched refs:uplen (Results 1 – 1 of 1) sorted by relevance
132 int uplen; in proxy_http_setup() local134 uplen = snprintf( user_pass, sizeof(user_pass), "%.*s:%.*s", in proxy_http_setup()138 if (uplen >= sizeof(user_pass)) goto FooterOverflow; in proxy_http_setup()140 wlen = proxy_base64_encode(user_pass, uplen, encoded, (int)sizeof(encoded)); in proxy_http_setup()142 PROXY_LOG( "could not base64 encode '%.*s'", uplen, user_pass); in proxy_http_setup()