HomeSort by relevance Sort by last modified time
    Searched defs:userp (Results 1 - 11 of 11) sorted by null

  /external/curl/lib/
http_digest.c 88 const char *userp; local
98 userp = conn->http_proxy.user;
105 userp = conn->user;
113 if(!userp)
114 userp = "";
154 result = Curl_auth_create_digest_http_message(data, userp, passwdp, request,
http_negotiate.c 45 const char *userp; local
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; local
115 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
120 conn->allocptr.proxyuserpwd = userp;
124 conn->allocptr.userpwd = userp;
    [all...]
http_ntlm.c 122 const char *userp; local
139 userp = conn->http_proxy.user;
146 userp = conn->user;
154 if(!userp)
155 userp = "";
173 result = Curl_auth_create_ntlm_type1_message(userp, passwdp, ntlm, &base64,
193 result = Curl_auth_create_ntlm_type3_message(conn->data, userp, passwdp,
curl_ntlm_wb.c 114 static CURLcode ntlm_wb_init(struct connectdata *conn, const char *userp)
133 username = userp;
156 username = userp;
339 const char *userp; local
352 userp = conn->http_proxy.user;
358 userp = conn->user;
365 if(!userp)
366 userp="";
384 res = ntlm_wb_init(conn, userp);
formdata.h 67 char *userp; /* pointer for the read callback */ member in struct:FormInfo
formdata.c 85 char *showfilename, char *userp,
102 post->userp = userp,
488 if(current_form->userp)
491 char *userp = local
493 if(userp) {
494 current_form->userp = userp;
495 current_form->value = userp; /* this isn't strictly true but we
684 form->userp,
    [all...]
http.c 284 char **userp; local
290 userp = &conn->allocptr.proxyuserpwd;
295 userp = &conn->allocptr.userpwd;
311 free(*userp);
312 *userp = aprintf("%sAuthorization: Basic %s\r\n",
316 if(!*userp)
990 void *userp)
992 struct connectdata *conn = (struct connectdata *)userp;
    [all...]
url.c 308 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp)
318 (userp ? &user : NULL),
325 if(userp) {
333 Curl_safefree(*userp);
334 *userp = user;
5101 char *userp = NULL; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 134 void * userp; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
  /external/google-breakpad/src/third_party/curl/
curl.h 168 void *userp; /* custom pointer used for member in struct:curl_httppost
    [all...]
  /external/curl/include/curl/
curl.h 173 void *userp; /* custom pointer used for member in struct:curl_httppost
    [all...]

Completed in 2239 milliseconds