/curl/lib/ |
H A D | http_negotiate.c | 47 const char *userp; in Curl_input_negotiate() local 58 userp = conn->http_proxy.user; in Curl_input_negotiate() 70 userp = conn->user; in Curl_input_negotiate() 80 if(!userp) in Curl_input_negotiate() 81 userp = ""; in Curl_input_negotiate() 124 result = Curl_auth_decode_spnego_message(data, userp, passwdp, service, in Curl_input_negotiate() 145 char *userp; in Curl_output_negotiate() local 200 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "", in Curl_output_negotiate() 206 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate() 211 data->state.aptr.userpwd = userp; in Curl_output_negotiate() [all …]
|
H A D | http_digest.c | 88 const char *userp; in Curl_output_digest() local 101 userp = data->state.aptr.proxyuser; in Curl_output_digest() 109 userp = data->state.aptr.user; in Curl_output_digest() 117 if(!userp) in Curl_output_digest() 118 userp = ""; in Curl_output_digest() 161 result = Curl_auth_create_digest_http_message(data, userp, passwdp, request, in Curl_output_digest()
|
H A D | http_ntlm.c | 140 const char *userp; in Curl_output_ntlm() local 157 userp = data->state.aptr.proxyuser; in Curl_output_ntlm() 171 userp = data->state.aptr.user; in Curl_output_ntlm() 183 if(!userp) in Curl_output_ntlm() 184 userp = ""; in Curl_output_ntlm() 212 result = Curl_auth_create_ntlm_type1_message(data, userp, passwdp, in Curl_output_ntlm() 233 result = Curl_auth_create_ntlm_type3_message(data, userp, passwdp, in Curl_output_ntlm()
|
H A D | c-hyper.h | 46 size_t Curl_hyper_recv(void *userp, hyper_context *ctx, 48 size_t Curl_hyper_send(void *userp, hyper_context *ctx,
|
/curl/tests/libtest/ |
H A D | lib1540.c | 38 static int please_continue(void *userp, in please_continue() argument 44 struct transfer_status *st = (struct transfer_status *)userp; in please_continue() 61 void *userp) in header_callback() argument 64 (void)userp; in header_callback() 69 static size_t write_callback(char *ptr, size_t size, size_t nmemb, void *userp) in write_callback() argument 71 struct transfer_status *st = (struct transfer_status *)userp; in write_callback()
|
H A D | lib1915.c | 56 void *userp) in hstsread() argument 60 struct state *s = (struct state *)userp; in hstsread() 78 void *userp) in hstsreadfail() argument 82 (void)userp; in hstsreadfail() 88 struct curl_index *i, void *userp) in hstswrite() argument 91 (void)userp; in hstswrite()
|
H A D | lib1485.c | 39 void *userp) in header_callback() argument 41 struct transfer_status *st = (struct transfer_status *)userp; in header_callback() 80 static size_t write_callback(char *ptr, size_t size, size_t nmemb, void *userp) in write_callback() argument 82 struct transfer_status *st = (struct transfer_status *)userp; in write_callback()
|
H A D | lib2308.c | 30 static size_t cb_curl(char *buffer, size_t size, size_t nmemb, void *userp) in cb_curl() argument 35 (void)userp; in cb_curl()
|
H A D | lib654.c | 37 static void free_callback(void *userp) in free_callback() argument 39 struct WriteThis *pooh = (struct WriteThis *) userp; in free_callback() 44 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 46 struct WriteThis *pooh = (struct WriteThis *)userp; in read_callback()
|
H A D | lib513.c | 28 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 33 (void)userp; in read_callback()
|
H A D | lib2309.c | 30 static size_t cb_ignore(char *buffer, size_t size, size_t nmemb, void *userp) in cb_ignore() argument 35 (void)userp; in cb_ignore()
|
H A D | lib1541.c | 81 void *userp) in header_callback() argument 83 struct transfer_status *st = (struct transfer_status *)userp; in header_callback() 103 static size_t write_callback(char *ptr, size_t size, size_t nmemb, void *userp) in write_callback() argument 105 struct transfer_status *st = (struct transfer_status *)userp; in write_callback()
|
H A D | lib1514.c | 40 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 42 struct WriteThis *pooh = (struct WriteThis *)userp; in read_callback()
|
H A D | lib1945.c | 45 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument 49 (void)userp; in write_cb()
|
H A D | lib1947.c | 29 static size_t writecb(char *data, size_t n, size_t l, void *userp) in writecb() argument 33 (void)userp; in writecb()
|
H A D | lib508.c | 35 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 37 struct WriteThis *pooh = (struct WriteThis *)userp; in read_callback()
|
/curl/lib/vauth/ |
H A D | vauth.h | 90 const char *userp, 100 const char *userp, 111 const char *userp, 129 const char *userp, 149 const char *userp, 163 const char *userp, 191 const char *userp,
|
H A D | digest_sspi.c | 94 const char *userp, in Curl_auth_create_digest_md5_message() argument 148 if(userp && *userp) { in Curl_auth_create_digest_md5_message() 150 result = Curl_create_sspi_identity(userp, passwdp, &identity); in Curl_auth_create_digest_md5_message() 396 const char *userp, in Curl_auth_create_digest_http_message() argument 437 if((userp && !digest->user) || (!userp && digest->user) || in Curl_auth_create_digest_http_message() 439 (userp && digest->user && Curl_timestrcmp(userp, digest->user)) || in Curl_auth_create_digest_http_message() 495 if(userp && *userp) { in Curl_auth_create_digest_http_message() 497 if(Curl_create_sspi_identity(userp, passwdp, &identity)) { in Curl_auth_create_digest_http_message() 516 if(userp) { in Curl_auth_create_digest_http_message() 517 digest->user = strdup(userp); in Curl_auth_create_digest_http_message()
|
H A D | cram.c | 61 const char *userp, in Curl_auth_create_cram_md5_message() argument 87 userp, digest[0], digest[1], digest[2], digest[3], digest[4], in Curl_auth_create_cram_md5_message()
|
H A D | ntlm_sspi.c | 88 const char *userp, in Curl_auth_create_ntlm_type1_message() argument 123 if(userp && *userp) { in Curl_auth_create_ntlm_type1_message() 127 result = Curl_create_sspi_identity(userp, passwdp, &ntlm->identity); in Curl_auth_create_ntlm_type1_message() 244 const char *userp, in Curl_auth_create_ntlm_type3_message() argument 262 (void) userp; in Curl_auth_create_ntlm_type3_message()
|
/curl/docs/examples/ |
H A D | hsts-preload.c | 50 void *userp) in hstsread() argument 54 struct state *s = (struct state *)userp; in hstsread() 71 struct curl_index *i, void *userp) in hstswrite() argument 74 (void)userp; /* we have no custom input */ in hstswrite()
|
H A D | http2-pushinmemory.c | 41 write_cb(void *contents, size_t size, size_t nmemb, void *userp) in write_cb() argument 44 struct Memory *mem = (struct Memory *)userp; in write_cb() 96 void *userp) in server_push_callback() argument 99 int *transfers = (int *)userp; in server_push_callback()
|
H A D | headerapi.c | 31 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument 35 (void)userp; in write_cb()
|
H A D | getinmemory.c | 42 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) in WriteMemoryCallback() argument 45 struct MemoryStruct *mem = (struct MemoryStruct *)userp; in WriteMemoryCallback()
|
H A D | http2-serverpush.c | 92 void *userp) in my_trace() argument 96 (void)userp; in my_trace() 165 void *userp) in server_push_callback() argument 169 int *transfers = (int *)userp; in server_push_callback()
|