/curl/tests/ |
H A D | ech_combos.py | 33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument 79 def CombinationRepetition(arr, badarr, n, r): argument 93 r = 8 variable
|
/curl/lib/ |
H A D | curl_rtmp.c | 217 RTMP *r = RTMP_Alloc(); in rtmp_setup_connection() local 234 RTMP *r = conn->proto.rtmp; in rtmp_connect() local 269 RTMP *r = conn->proto.rtmp; in rtmp_do() local 298 RTMP *r = conn->proto.rtmp; in rtmp_disconnect() local 313 RTMP *r = conn->proto.rtmp; in rtmp_recv() local 335 RTMP *r = conn->proto.rtmp; in rtmp_send() local
|
H A D | rand.c | 109 unsigned int r; in weak_random() local 220 unsigned int r; in Curl_rand_bytes() local 286 unsigned int r; in Curl_rand_alnum() local
|
H A D | select.c | 72 int r = 0; in Curl_wait_ms() local 192 int r; in Curl_socket_check() local 280 int r; in Curl_poll() local
|
H A D | sendf.c | 147 struct Curl_creader *r = data->req.reader_stack; in Curl_client_start() local 1096 struct Curl_creader *r) in do_init_reader_stack() 1126 struct Curl_creader *r; in Curl_creader_set_fread() local 1164 CURLcode Curl_creader_set(struct Curl_easy *data, struct Curl_creader *r) in Curl_creader_set() 1256 struct Curl_creader *r; in Curl_creader_set_null() local 1358 struct Curl_creader *r; in Curl_creader_set_buf() local 1378 struct Curl_creader *r = data->req.reader_stack; in Curl_creader_total_length() local 1384 struct Curl_creader *r = data->req.reader_stack; in Curl_creader_client_length() local 1392 struct Curl_creader *r = data->req.reader_stack; in Curl_creader_resume_from() local 1436 struct Curl_creader *r; in Curl_creader_get_by_type() local
|
H A D | splay.c | 46 struct Curl_tree N, *l, *r, *y; in Curl_splay() local
|
H A D | amigaos.c | 185 int r = WaitSelect(nfds, readfds, writefds, errorfds, timeout, 0); in Curl_amiga_select() local
|
H A D | if2ip.c | 197 const char *r; in Curl_if2ip() local
|
H A D | http.c | 1778 struct dynbuf *r) in Curl_http_target() 2113 static CURLcode addexpect(struct Curl_easy *data, struct dynbuf *r, in addexpect() 2151 struct dynbuf *r, Curl_HttpReq httpreq) in Curl_http_req_complete() 2241 struct dynbuf *r) in Curl_http_cookies() 4521 struct Curl_creader *r = Curl_creader_get_by_type(data, &cr_exp100); in Curl_http_exp100_got100() local 4528 struct Curl_creader *r = Curl_creader_get_by_type(data, &cr_exp100); in http_exp100_is_waiting() local 4538 struct Curl_creader *r = Curl_creader_get_by_type(data, &cr_exp100); in http_exp100_send_anyway() local 4545 struct Curl_creader *r = Curl_creader_get_by_type(data, &cr_exp100); in Curl_http_exp100_is_selected() local
|
H A D | progress.c | 40 static void time2str(char *r, curl_off_t seconds) in time2str()
|
H A D | c-hyper.c | 636 struct dynbuf r; in request_target() local
|
H A D | easy.c | 234 curl_free_callback f, curl_realloc_callback r, in curl_global_init_mem()
|
H A D | content_encoding.c | 670 BrotliDecoderResult r = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT; in brotli_do_write() local
|
H A D | curl_setup.h | 652 # define select(n,r,w,x,t) select_s(n,r,w,x,t) argument
|
H A D | ftp.c | 465 char *r = Curl_dyn_ptr(&pp->recvbuf); in ftp_check_ctrl_on_data_wait() local 979 const char *r; in ftp_state_use_port() local
|
/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 182 static int curltest_echo_handler(request_rec *r) in curltest_echo_handler() 323 static int curltest_tweak_handler(request_rec *r) in curltest_tweak_handler() 528 static int curltest_put_handler(request_rec *r) in curltest_put_handler() 656 static int curltest_1_1_required(request_rec *r) in curltest_1_1_required() 726 static int brigade_env_var(request_rec *r, apr_bucket_brigade *bb, in brigade_env_var() 736 static int curltest_sslinfo_handler(request_rec *r) in curltest_sslinfo_handler()
|
/curl/docs/examples/ |
H A D | ftpuploadresume.c | 37 int r; in getcontentlengthfunc() local 75 CURLcode r = CURLE_GOT_NOTHING; in upload() local
|
H A D | htmltidy.c | 40 uint r; in write_cb() local
|
H A D | crawler.c | 141 double r = rand(); in follow_links() local
|
/curl/lib/vtls/ |
H A D | cipher_suite.c | 784 int idx, i, r; in cs_zip_to_str() local 868 int r = -1; in Curl_cipher_suite_get_str() local
|
H A D | x509asn1.c | 1016 char r[sizeof(len) * 8 / 3 + 1]; in do_pubkey() local
|
H A D | rustls.c | 58 static CURLcode map_error(rustls_result r) in map_error()
|
/curl/tests/http/ |
H A D | test_16_info.py | 117 def check_stat(self, idx, s, r, dl_size=None, ul_size=None): argument
|
/curl/src/ |
H A D | tool_progress.c | 107 static void time2str(char *r, curl_off_t seconds) in time2str()
|
/curl/tests/server/ |
H A D | util.c | 238 int r = 0; in wait_ms() local
|