Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 87) sorted by relevance

1234

/curl/tests/data/
H A Dtest108929 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
85 text/plain; charset=us-ascii
H A Dtest109030 Content-Type: text/plain; charset=us-ascii
85 Content-Type: text/plain; charset=us-ascii
92 text/plain; charset=us-ascii
H A Dtest204629 Content-Type: text/plain; charset=us-ascii
84 Content-Type: text/plain; charset=us-ascii
91 text/plain; charset=us-ascii
H A Dtest204729 Content-Type: text/plain; charset=us-ascii
87 Content-Type: text/plain; charset=us-ascii
94 text/plain; charset=us-ascii
H A Dtest47242 "http://fake.fake.fake:8000/%TESTNUMBER/a=あ" -u user:secret --aws-sigv4 "aws:amz:us-east-2:es" --co…
52 Authorization: AWS4-HMAC-SHA256 Credential=user/19700101/us-east-2/es/aws4_request, SignedHeaders=h…
H A Dtest43941 …me=me%&noval&aim=b%aad&&&weirdo=*.//-" -u user:secret --aws-sigv4 "aws:amz:us-east-2:es" --connect…
51 Authorization: AWS4-HMAC-SHA256 Credential=user/19700101/us-east-2/es/aws4_request, SignedHeaders=h…
H A Dtest119729 Content-Type: text/plain; charset=us-ascii
80 Content-Type: text/plain; charset=us-ascii
H A Dtest197634 -X PUT -H "X-Amz-Meta-Test-Two: test2" -H "x-amz-meta-test: test" --aws-sigv4 "aws:amz:us-east-1:s3…
52 Authorization: AWS4-HMAC-SHA256 Credential=xxx/19700101/us-east-1/s3/aws4_request, SignedHeaders=ho…
H A Dtest144829 Content-Type: text/plain; charset=us-ascii
84 Content-Type: text/plain; charset=us-ascii
H A Dtest146025 # this relies on the debug feature to allow us to set directory to store the
H A Dtest148728 # this relies on the debug feature to allow us to set directory to store the
H A Dtest131128 # this relies on the debug feature to allow us to set directory to store the
H A Dtest131228 # this relies on the debug feature to allow us to set directory to store the
H A Dtest131328 # this relies on the debug feature to allow us to set directory to store the
H A Dtest121027 # this relies on the debug feature to allow us to set directory to store the
H A Dtest134819 # this relies on the debug feature to allow us to set directory to store the
H A Dtest301530 Content-Type: text/plain; charset=us-ascii
H A Dtest135519 # this relies on the debug feature to allow us to set directory to store the
H A Dtest142227 # this relies on the debug feature to allow us to set directory to store the
H A Dtest133927 # this relies on the debug feature to allow us to set directory to store the
/curl/lib/
H A Dprogress.c226 timediff_t us = Curl_timediff_us(timestamp, data->progress.t_startsingle); in Curl_pgrsTimeWas() local
227 if(us < 1) in Curl_pgrsTimeWas()
228 us = 1; /* make sure at least one microsecond passed */ in Curl_pgrsTimeWas()
229 *delta += us; in Curl_pgrsTimeWas()
386 curl_off_t us) /* microseconds */ in trspeed() argument
388 if(us < 1) in trspeed()
391 return (size * 1000000) / us; in trspeed()
392 else if(us >= 1000000) in trspeed()
393 return size / (us / 1000000); in trspeed()
H A Dtelnet.c150 int us[256]; member
494 switch(tn->us[option]) { in set_local_option()
529 switch(tn->us[option]) { in set_local_option()
567 switch(tn->us[option]) { in rec_do()
570 tn->us[option] = CURL_YES; in rec_do()
594 tn->us[option] = CURL_NO; in rec_do()
627 switch(tn->us[option]) { in rec_dont()
633 tn->us[option] = CURL_NO; in rec_dont()
640 tn->us[option] = CURL_NO; in rec_dont()
654 tn->us[option] = CURL_NO; in rec_dont()
[all …]
/curl/CMake/
H A DCurlSymbolHiding.cmake45 …# Note: This is considered buggy prior to 4.0 but the autotools do not care, so let us ignore that…
56 # so let us do it the same way autotools do.
/curl/src/
H A Dtool_writeout.c160 curl_off_t us = 0; in writeTime() local
167 if(!curl_easy_getinfo(per->curl, wovar->ci, &us)) in writeTime()
175 curl_off_t secs = us / 1000000; in writeTime()
176 us %= 1000000; in writeTime()
182 ".%06" CURL_FORMAT_CURL_OFF_TU, secs, us); in writeTime()
/curl/docs/cmdline-opts/
H A Daws-sigv4.md15 - --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL

Completed in 49 milliseconds

1234