Searched refs:W (Results 1 – 18 of 18) sorted by relevance
/curl/tests/libtest/ |
H A D | lib1905.c | 67 fd_set R, W, E; in test() local 71 FD_ZERO(&W); in test() 75 curl_multi_fdset(cm, &R, &W, &E, &MAX); in test() 86 select(MAX + 1, &R, &W, &E, &timeout); in test()
|
H A D | lib540.c | 108 fd_set R, W, E; in loop() local 130 FD_ZERO(&W); in loop() 133 res_multi_fdset(cm, &R, &W, &E, &M); in loop() 160 res_select_test(M + 1, &R, &W, &E, &T); in loop()
|
/curl/lib/ |
H A D | sha256.c | 353 unsigned long S[8], W[64]; in sha256_compress() local 362 W[i] = WPA_GET_BE32(buf + (4 * i)); in sha256_compress() 365 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress() 366 W[i - 16]; in sha256_compress() 372 unsigned long t0 = h + Sigma1(e) + Sha256_Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
H A D | curl_sha512_256.c | 481 curl_uint64_t W[16]; in MHDx_sha512_256_transform() local 588 W[t] = SHA512_GET_W_FROM_DATA(data, t)); in MHDx_sha512_256_transform() 605 W[t & 15] = Wgen(W, t)); in MHDx_sha512_256_transform()
|
/curl/tests/data/ |
H A D | test473 | 18 ETag: W/"asdf" 58 W/"asdf"
|
H A D | test339 | 17 ETag: W/"asdf" 57 W/"asdf"
|
H A D | test421 | 26 etag: W/"2678f9ab2ba550d164e7cc014aefd31e" 75 "etag":["W/\"2678f9ab2ba550d164e7cc014aefd31e\""],
|
H A D | test315 | 26 sMK4yWY7He33m32EuQgQFSZ3a5Wu4FyQcAb45Z+wUxM5XCmX52YmdUR2YTs+W+bNw2EZSfMRcP3C
|
H A D | test314 | 24 fF1+sMK4yWY7He33m32EuQgQFSZ3a5Wu4FyQcAb45Z+wUxM5XCmX52YmdUR2YTs+W+bNw2EZSfMR
|
/curl/tests/certs/ |
H A D | Server-localhost.nn-sv.key | 5 W+akzJes0wGacSejIm3YSsdJXBauYacGOpC033Gvpf1RRnXNeOAMUplBT1YppqKj
|
H A D | Server-localhost.nn-sv.pem | 40 W+akzJes0wGacSejIm3YSsdJXBauYacGOpC033Gvpf1RRnXNeOAMUplBT1YppqKj
|
/curl/scripts/ |
H A D | checksrc.pl | 109 open(my $W, '<', "$dir/checksrc.skip") or return; 110 my @all=<$W>; 115 close($W);
|
/curl/CMake/ |
H A D | PickyWarnings.cmake | 62 set(_picky_enable "-W") 239 string(REPLACE "-Wno-" "-W" _ccopt_on "${_ccopt}")
|
/curl/docs/ |
H A D | THANKS-filter | 112 s/Mark Eichin/Mark W. Eichin/
|
H A D | THANKS | 1730 Leif W 1816 Maciej W. Rozycki 1889 Mark W. Eichin 2541 Richard W.M. Jones 3137 W. Mark Kubacki
|
H A D | TODO | 1042 curl --proxycommand 'ssh pi@raspberrypi.local -W 10.1.1.75 80' \
|
/curl/m4/ |
H A D | curl-compilers.m4 | 561 tmp_CFLAGS="$tmp_CFLAGS +W 4227,4255" 932 tmp_CFLAGS="$tmp_CFLAGS -W" 1581 CURL_VAR_MATCH(CFLAGS, [-Wno-$warning -W$warning]) 1583 ac_var_added_warnings="$ac_var_added_warnings -W$warning"
|
/curl/ |
H A D | CMakeLists.txt | 1813 if(CMAKE_C_FLAGS MATCHES "/W[0-4]") 1814 string(REGEX REPLACE "/W[0-4]" "/W4" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
Completed in 53 milliseconds