Home | History | Annotate | Download | only in lib

Lines Matching refs:userp

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