/curl/scripts/ |
H A D | schemetable.c | 118 int j; in showtable() local 119 for(j = 0; scheme[j].n; j++) { in showtable() 120 if(ix[j] == i) { in showtable() 122 printf("%s\n", scheme[j].ifdef); in showtable() 123 printf(" &Curl_handler_%s,\n", scheme[j].n); in showtable() 156 int j; in main() local 158 for(j = 0; j < i; j++) { in main() 160 if(num[j] == v) { in main() 186 int j; in main() local 187 for(j = 0; j < i; j++) { in main() [all …]
|
H A D | cijobs.pl | 47 my $j = 0; 81 $j = 1; 86 $j = 0; 140 $c += $j; 149 $j = 0; 159 my $j = 0; 187 $c += $j; 189 $j = 1; 194 $j = 0; 199 $j++; [all …]
|
/curl/tests/ |
H A D | ech_combos.py | 43 j = len(chosen) - 1 44 while res and j >= 0: 45 if chosen[j] in badarr: 47 j = j - 1 51 for j in range(r): 52 if j != 0 and chosen[j] != chosen[j-1]: 53 print(chosen[j], end = " ")
|
/curl/tests/unit/ |
H A D | unit1609.c | 114 int j; variable 151 for(j = 0; j < addressnum; ++j) { 155 if(!addr && !tests[i].address[j]) 166 if(addr && !tests[i].address[j]) { 169 __FILE__, __LINE__, i, ipaddress, i, j); 174 if(!addr && tests[i].address[j]) { 177 __FILE__, __LINE__, i, i, j, tests[i].address[j]); 182 if(!curl_strequal(ipaddress, tests[i].address[j])) { 185 __FILE__, __LINE__, i, ipaddress, i, j, tests[i].address[j]); 193 __FILE__, __LINE__, i, i, j, port, i, tests[i].port);
|
H A D | unit1607.c | 118 int j; variable 149 for(j = 0; j < addressnum; ++j) { 153 if(!addr && !tests[i].address[j]) 156 if(tests[i].address[j] == &skip) 167 if(addr && !tests[i].address[j]) { 170 __FILE__, __LINE__, i, ipaddress, i, j); 175 if(!addr && tests[i].address[j]) { 178 __FILE__, __LINE__, i, i, j, tests[i].address[j]); 183 if(!curl_strequal(ipaddress, tests[i].address[j])) { 186 __FILE__, __LINE__, i, ipaddress, i, j, tests[i].address[j]); [all …]
|
H A D | unit1309.c | 80 int i, j; variable 122 for(j = 0; j <= i % 3; j++) { 123 storage[i * 3 + j] = key.tv_usec*10 + j; 124 Curl_splayset(&nodes[i * 3 + j], &storage[i * 3 + j]); 125 root = Curl_splayinsert(key, root, &nodes[i * 3 + j]);
|
H A D | unit1650.c | 214 int j; variable 215 for(j = 0; j < 16; j += 2) { 217 msnprintf(ptr, len, "%s%02x%02x", j?":":"", a->ip.v6[j], 218 a->ip.v6[j + 1]);
|
/curl/lib/ |
H A D | base64.c | 135 int j; in Curl_base64_decode() local 137 for(j = 0; j < 4; j++) { in Curl_base64_decode() 152 int j; in Curl_base64_decode() local 154 for(j = 0; j < 4; j++) { in Curl_base64_decode()
|
H A D | version.c | 223 int j; in curl_version() local 298 for(j = 0; j < i; j++) { in curl_version() 299 size_t n = strlen(src[j]); in curl_version() 303 if(j) { in curl_version() 308 memcpy(outp, src[j], n); in curl_version()
|
H A D | splay.c | 37 #define compare(i,j) Curl_timediff_us(i,j) argument
|
H A D | telnet.c | 676 int j; in printsub() local 679 j = pointer[length-1]; in printsub() 681 if(i != CURL_IAC || j != CURL_SE) { in printsub() 689 if(CURL_TELOPT_OK(j)) in printsub() 690 infof(data, "%s", CURL_TELOPT(j)); in printsub() 691 else if(CURL_TELCMD_OK(j)) in printsub() 692 infof(data, "%s", CURL_TELCMD(j)); in printsub() 694 infof(data, "%d", j); in printsub()
|
H A D | easy.c | 869 enum dupblob j; in dupset() local 889 for(j = (enum dupblob)0; j < BLOB_LAST; j++) { in dupset() 890 result = Curl_setblobopt(&dst->set.blobs[j], src->set.blobs[j]); in dupset()
|
H A D | doh.c | 849 int j; in doh_show() local 854 for(j = 0; j < 16; j += 2) { in doh_show() 856 msnprintf(ptr, len, "%s%02x%02x", j ? ":" : "", d->addr[i].ip.v6[j], in doh_show() 857 d->addr[i].ip.v6[j + 1]); in doh_show()
|
H A D | hash.c | 286 size_t j = (size_t)*key_str++; in Curl_hash_str() local 288 h ^= j; in Curl_hash_str()
|
/curl/docs/examples/ |
H A D | smooth-gtk-thread.c | 49 int j = 0; variable 68 static void run_one(gchar *http, int j) in run_one() argument 70 FILE *outfile = fopen(urls[j], "wb"); in run_one() 75 printf("j = %d\n", j); in run_one() 94 while(j < num_urls) { in pull_one_url() 95 int i = j; in pull_one_url() 96 j++; in pull_one_url()
|
/curl/packages/OS400/ |
H A D | curlmain.c | 56 int j; in main() local 82 j = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in main() 84 } while(j == -1 && errno == E2BIG); in main()
|
H A D | os400sys.c | 584 int j; in Curl_ldap_search_s_a() local 627 for(j = 0; attrs[j]; j++) { in Curl_ldap_search_s_a() 628 i = strlen(attrs[j]); in Curl_ldap_search_s_a() 630 eattrs[j] = malloc(i + 1); in Curl_ldap_search_s_a() 631 if(!eattrs[j]) { in Curl_ldap_search_s_a() 636 QadrtConvertA2E(eattrs[j], attrs[j], i, i); in Curl_ldap_search_s_a() 637 eattrs[j][i] = '\0'; in Curl_ldap_search_s_a() 648 for(j = 0; eattrs[j]; j++) in Curl_ldap_search_s_a() 649 free(eattrs[j]); in Curl_ldap_search_s_a()
|
/curl/tests/libtest/ |
H A D | lib557.c | 135 int i, j; in test_unsigned_short_formatting() local 160 for(j = 0; j < BUFSZ; j++) in test_unsigned_short_formatting() 187 int i, j; in test_signed_short_formatting() local 234 for(j = 0; j < BUFSZ; j++) in test_signed_short_formatting() 261 int i, j; in test_unsigned_int_formatting() local 384 for(j = 0; j < BUFSZ; j++) in test_unsigned_int_formatting() 411 int i, j; in test_signed_int_formatting() local 612 for(j = 0; j < BUFSZ; j++) in test_signed_int_formatting() 761 for(j = 0; j < BUFSZ; j++) in test_unsigned_long_formatting() 989 for(j = 0; j < BUFSZ; j++) in test_signed_long_formatting() [all …]
|
/curl/docs/cmdline-opts/ |
H A D | junk-session-cookies.md | 5 Short: j
|
/curl/lib/vtls/ |
H A D | rustls.c | 443 size_t count = 0, default13_count = 0, i, j; in cr_get_selected_ciphers() local 450 for(j = 0; j < default_len; j++) { in cr_get_selected_ciphers() 451 entry = rustls_default_crypto_provider_ciphersuites_get(j); in cr_get_selected_ciphers() 507 for(j = 0; j < default_len; j++) { in cr_get_selected_ciphers() 508 entry = rustls_default_crypto_provider_ciphersuites_get(j); in cr_get_selected_ciphers()
|
H A D | mbedtls.c | 387 size_t supported_len, count = 0, default13_count = 0, i, j; in mbed_set_selected_ciphers() local 399 (void) ciphers13, (void) j; in mbed_set_selected_ciphers() 403 for(j = 0; j < supported_len; j++) { in mbed_set_selected_ciphers() 404 uint16_t id = (uint16_t) supported[j]; in mbed_set_selected_ciphers() 454 for(j = 0; j < supported_len; j++) { in mbed_set_selected_ciphers() 455 uint16_t id = (uint16_t) supported[j]; in mbed_set_selected_ciphers()
|
H A D | x509asn1.c | 1233 size_t j = 0; in Curl_extract_certinfo() local 1235 while(!result && (j < clen)) { in Curl_extract_certinfo() 1236 size_t chunksize = (clen - j) > 64 ? 64 : (clen - j); in Curl_extract_certinfo() 1237 result = Curl_dyn_addn(&out, &certptr[j], chunksize); in Curl_extract_certinfo() 1240 j += chunksize; in Curl_extract_certinfo()
|
H A D | sectransp.c | 888 size_t i = 0, j = 0; in sectransp_get_supported_ciphers() local 892 ciphers[j++] = ciphers[i]; in sectransp_get_supported_ciphers() 894 *len = j; in sectransp_get_supported_ciphers() 910 size_t count = 0, i, j; in sectransp_set_default_ciphers() local 924 for(j = 0; j < DEFAULT_CIPHERS_LEN; j++) { in sectransp_set_default_ciphers() 925 if(default_ciphers[j] == ciphers[i]) { in sectransp_set_default_ciphers() 1396 size_t i, j, err; local 1426 for(i = 0, j = 0; i < len; i++) { 1428 b64[j++] = cert_start[i]; 1430 b64[j] = '\0';
|
/curl/tests/data/ |
H A D | test53 | 32 %HOSTIP:%HTTPPORT/want/%TESTNUMBER -b %LOGDIR/injar%TESTNUMBER -j
|
/curl/.github/workflows/ |
H A D | appveyor-status.yml | 40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
|