Searched refs:tr (Results 1 – 25 of 27) sorted by relevance
12
/curl/tests/unit/ |
H A D | unit2600.c | 251 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 D | tr-encoding.md | 4 Long: tr-encoding 13 - --tr-encoding $URL 16 # `--tr-encoding`
|
H A D | raw.md | 11 - tr-encoding
|
H A D | Makefile.inc | 295 tr-encoding.md \
|
/curl/.github/scripts/ |
H A D | cmp-pkg-config.sh | 29 val="$(printf '%s' "${BASH_REMATCH[2]}" | tr ' ' '\n' | sort -u | tr '\n' ' ')"
|
/curl/lib/ |
H A D | http_chunks.c | 254 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 D | initscript.sh | 246 tr 'a-z-' 'A-Z_' | 250 tr 'a-z-' 'A-Z_' |
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TRAILERFUNCTION.md | 67 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 D | contributors.sh | 69 tr , '\012' | \
|
H A D | contrithanks.sh | 59 tr , '\012' | \
|
H A D | release-tools.sh | 31 tag=$(echo "curl-$version" | tr '.' '_')
|
H A D | maketgz | 121 for part in $(echo "$PATH" | tr ':' ' '); do
|
/curl/tests/ |
H A D | mk-bundle-hints.sh | 53 | grep -o -E '[a-zA-Z_][a-zA-Z0-9_]+ *[=;[({]' | tr -d '=;[({ ' \
|
/curl/tests/data/ |
H A D | test1546 | 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test1124 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test1170 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection:"
|
H A D | test1171 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection;"
|
H A D | test418 | 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -sS --tr-encoding
|
H A D | test1122 | 52 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test1125 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection: close"
|
H A D | test387 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -sS --tr-encoding
|
H A D | test1123 | 181 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test1277 | 185 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding --compressed
|
/curl/m4/ |
H A D | zz40-xc-ovr.m4 | 267 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 D | options-in-versions | 260 --tr-encoding 7.21.6
|
Completed in 26 milliseconds
12