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 = "";
156 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 125 const char *userp; local
142 userp = conn->http_proxy.user;
149 userp = conn->user;
157 if(!userp)
158 userp = "";
176 result = Curl_auth_create_ntlm_type1_message(conn->data, userp, passwdp,
196 result = Curl_auth_create_ntlm_type3_message(conn->data, userp, passwdp,
formdata.h 41 char *userp; /* pointer for the read callback */ member in struct:FormInfo
curl_ntlm_wb.c 115 static CURLcode ntlm_wb_init(struct connectdata *conn, const char *userp)
133 username = userp;
156 username = userp;
334 const char *userp; local
347 userp = conn->http_proxy.user;
353 userp = conn->user;
360 if(!userp)
361 userp = "";
379 res = ntlm_wb_init(conn, userp);
formdata.c 77 char *showfilename, char *userp,
94 post->userp = userp;
481 if(current_form->userp)
484 char *userp = local
486 if(userp) {
487 current_form->userp = userp;
488 current_form->value = userp; /* this isn't strictly true but we
687 form->userp,
    [all...]
http.c 267 char **userp; local
274 userp = &conn->allocptr.proxyuserpwd;
279 userp = &conn->allocptr.userpwd;
297 free(*userp);
298 *userp = aprintf("%sAuthorization: Basic %s\r\n",
302 if(!*userp) {
981 void *userp)
983 struct connectdata *conn = (struct connectdata *)userp;
    [all...]
url.c 3118 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 194 void *userp; /* custom pointer used for member in struct:curl_httppost
    [all...]

Completed in 1602 milliseconds