Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 26) sorted by relevance

12

/curl/lib/
H A Dsha256.c353 unsigned long S[8], W[64]; in sha256_compress() local
358 S[i] = md->state[i]; in sha256_compress()
380 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i); in sha256_compress()
381 t = S[7]; S[7] = S[6]; S[6] = S[5]; S[5] = S[4]; in sha256_compress()
382 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in sha256_compress()
387 md->state[i] = md->state[i] + S[i]; in sha256_compress()
/curl/tests/
H A Dtest1165.pl47 open S, "<$f";
48 while(<S>) {
54 close S;
70 open S, "<$f";
71 while(<S>) {
79 close S;
H A Dech_tests.sh127 /bin/date -u +%Y%m%d-%H%M%S
/curl/docs/examples/
H A Dversion-check.pl41 open(S, "<../libcurl/symbols-in-versions") || die;
45 while(<S>) {
61 close(S);
/curl/docs/
H A DTHANKS-filter41 s/^Moonesamy$/S. Moonesamy/
44 s/Sebastien Willemijns/Sébastien Willemijns/
51 s/Nach M. S$/Nach M. S./
60 s/Paras S\z/Paras Sethia/
82 s/Paras S$/Paras Sethia/
102 s/Henrik S. Gaßmann$/Henrik Gaßmann/
121 s/Jason Priebe/Jason S. Priebe/
139 s/Randall$/Randall S. Becker/
H A Doptions-in-versions218 --show-error (-S) 5.9
H A DTHANKS297 Balaji S Rao
733 Deniz Sökmen
787 Dmitry S. Baikov
906 Eric S. Raymond
1326 Jason S. Priebe
2129 Nach M. S.
2462 Ralf S. Engelschall
2473 Randall S. Becker
2654 S. Moonesamy
2893 Sébastien Helleu
[all …]
/curl/docs/cmdline-opts/
H A Dshow-error.md5 Short: S
H A Dftp-method.md21 Control what method curl should use to reach a file on an FTP(S)
H A Dupload-file.md42 If this option is used with an HTTP(S) URL, the PUT method is used.
H A Dversion.md40 Support for automatic brotli compression over HTTP(S).
H A Dwrite-out.md100 The numerical response code that was found in the last retrieved HTTP(S) or
/curl/tests/data/
H A Dtest57698 Permissions: --S--S--t (parsed => 7001)
/curl/docs/libcurl/opts/
H A DCURLOPT_POSTQUOTE.md18 CURLOPT_POSTQUOTE - (S)FTP commands to run after the transfer
H A DCURLOPT_NOBODY.md33 output when doing what would otherwise be a download. For HTTP(S), this makes
H A DCURLOPT_FTP_FILEMETHOD.md31 FTP(S) server.
H A DCURLOPT_PRE_PROXY.md39 HTTP(S) proxy specified in the CURLOPT_PROXY(3) option. The pre proxy
H A DCURLOPT_AWS_SIGV4.md31 Provides AWS V4 signature authentication on HTTP(S) header.
H A DCURLOPT_QUOTE.md20 CURLOPT_QUOTE - (S)FTP commands to run before transfer
/curl/scripts/
H A Dmk-ca-bundle.pl506 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
/curl/docs/libcurl/
H A Dlibcurl-ws.md36 upgrading a regular HTTP(S) GET request to a WebSocket connection.
H A Dcurl_easy_header.md129 setup a transfer "through" an HTTP(S) proxy.
H A Dcurl_mprintf.md169 string for **s** and **S** conversions.
/curl/
H A D.mailmap43 Henrik S. Gaßmann <henrik@gassmann.onl>
/curl/packages/OS400/
H A DREADME.OS400320 _ The EBCDIC CCSID used by QADRT is 37 by default, NOT THE JOB'S CCSID. If

Completed in 56 milliseconds

12