Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 25 of 28) sorted by relevance

12

/curl/tests/unit/
H A Dunit2600.c251 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
273 duration_ms = Curl_timediff(tr->ended, tr->started); in check_result()
284 if(tr->cf6.creations && tr->cf4.creations && tc->pref_family) { in check_result()
288 &tr->cf6 : &tr->cf4; in check_result()
290 &tr->cf4 : &tr->cf6; in check_result()
310 struct test_result tr; in test_connect() local
315 current_tr = &tr; in test_connect()
327 memset(&tr, 0, sizeof(tr)); in test_connect()
328 tr.cf6.family = "v6"; in test_connect()
329 tr.cf4.family = "v4"; in test_connect()
[all …]
/curl/docs/cmdline-opts/
H A Dtr-encoding.md4 Long: tr-encoding
13 - --tr-encoding $URL
16 # `--tr-encoding`
H A Draw.md11 - tr-encoding
H A DMakefile.inc294 tr-encoding.md \
/curl/.github/scripts/
H A Dcmp-pkg-config.sh29 val="$(printf '%s' "${BASH_REMATCH[2]}" | tr ' ' '\n' | sort -u | tr '\n' ' ')"
/curl/lib/
H A Dhttp_chunks.c254 char *tr = Curl_dyn_ptr(&ch->trailer); in httpchunk_readwrite() local
258 if(tr) { in httpchunk_readwrite()
266 tr = Curl_dyn_ptr(&ch->trailer); in httpchunk_readwrite()
273 tr, trlen); in httpchunk_readwrite()
278 tr, trlen); in httpchunk_readwrite()
505 struct curl_slist *trailers = NULL, *tr; in add_last_chunk()
529 for(tr = trailers; tr; tr = tr->next) { in add_last_chunk()
531 char *ptr = strchr(tr->data, ':'); in add_last_chunk()
537 result = Curl_bufq_cwrite(&ctx->chunkbuf, tr->data, in add_last_chunk()
538 strlen(tr->data), &n); in add_last_chunk()
/curl/packages/OS400/
H A Dinitscript.sh244 tr 'a-z-' 'A-Z_' |
248 tr 'a-z-' 'A-Z_' |
/curl/docs/libcurl/opts/
H A DCURLOPT_TRAILERFUNCTION.md67 static int trailer_cb(struct curl_slist **tr, void *data)
70 *tr = curl_slist_append(*tr, "My-super-awesome-trailer: trailer-stuff");
/curl/scripts/
H A Dcontributors.sh69 tr , '\012' | \
H A Dcontrithanks.sh59 tr , '\012' | \
H A Drelease-tools.sh31 tag=$(echo "curl-$version" | tr '.' '_')
H A Dmaketgz121 for part in $(echo "$PATH" | tr ':' ' '); do
/curl/tests/
H A Dmk-bundle-hints.sh53 | grep -o -E '[a-zA-Z_][a-zA-Z0-9_]+ *[=;[({]' | tr -d '=;[({ ' \
/curl/tests/data/
H A Dtest154643 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
H A Dtest112450 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
H A Dtest117050 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection:"
H A Dtest117150 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection;"
H A Dtest41842 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -sS --tr-encoding
H A Dtest112252 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
H A Dtest112550 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection: close"
H A Dtest38734 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -sS --tr-encoding
H A Dtest1277185 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding --compressed
H A Dtest1123181 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
/curl/m4/
H A Dzz40-xc-ovr.m4267 dnl Emits shell code that verifies that 'tr' utility
274 # Verify that 'tr' utility is found within 'PATH', otherwise abort.
279 | tr -d "0123456789$xc_tab" 2>/dev/null`
285 echo "$xc_msg_err 'tr' utility not found in 'PATH'. $xc_msg_abrt" >&2
308 | wc -w 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null`
337 | wc -l 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null
/curl/docs/
H A Doptions-in-versions259 --tr-encoding 7.21.6

Completed in 27 milliseconds

12