Lines Matching refs:userp
46 const char *userp;
57 userp = conn->http_proxy.user;
69 userp = conn->user;
79 if(!userp)
80 userp = "";
111 result = Curl_auth_decode_spnego_message(data, userp, passwdp, service,
130 char *userp;
170 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
175 data->state.aptr.proxyuserpwd = userp;
179 data->state.aptr.userpwd = userp;
184 if(!userp) {