Home | History | Annotate | Download | only in lib

Lines Matching defs:userp

45   const char *userp;
54 userp = conn->http_proxy.user;
62 userp = conn->user;
71 if(!userp)
72 userp = "";
93 result = Curl_auth_decode_spnego_message(data, userp, passwdp, service,
108 char *userp;
115 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
120 conn->allocptr.proxyuserpwd = userp;
124 conn->allocptr.userpwd = userp;
129 return (userp == NULL) ? CURLE_OUT_OF_MEMORY : CURLE_OK;