Searched refs:cr (Results 1 – 6 of 6) sorted by relevance
/curl/.github/scripts/ |
H A D | spacecheck.pl | 72 my $cr = () = $content =~ /\r/g; 75 if ($cr > 0 && $lf == 0) { 78 elsif ($cr == 0 && $lf > 0) { 81 elsif ($cr == 0 && $lf == 0) { 84 elsif ($cr == $lf) {
|
/curl/tests/data/ |
H A D | test1038 | 29 this is the *****cr@p******** that we're gonna upload 51 cr@p******** that we're gonna upload
|
H A D | test1039 | 29 this is the *****cr@p******** that we're gonna upload 51 this is the *****cr@p******** that we're gonna upload
|
/curl/lib/vtls/ |
H A D | wolfssl.c | 184 unsigned char *ms, *sr, *cr; in wolfssl_log_tls12_secret() local 205 if(wolfSSL_get_keys(ssl, &ms, &msLen, &sr, &srLen, &cr, &crLen) != in wolfssl_log_tls12_secret() 220 Curl_tls_keylog_write("CLIENT_RANDOM", cr, ms, msLen); in wolfssl_log_tls12_secret()
|
/curl/docs/ |
H A D | FAQ | 1369 list parser is available at https://cr.yp.to/ftpparse.html Versions of
|
/curl/ |
H A D | configure.ac | 442 AC_SUBST(AR_FLAGS, [cr])
|
Completed in 23 milliseconds