Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 47) sorted by relevance

12

/curl/tests/unit/
H A Dunit1616.c52 int *value, *v; variable
67 v = Curl_hash_offt_get(&hash_static, key);
68 abort_unless(v == value, "lookup present entry failed");
69 v = Curl_hash_offt_get(&hash_static, key2);
70 abort_unless(!v, "lookup missing entry failed");
81 v = Curl_hash_offt_get(&hash_static, key2);
82 abort_unless(v == value2, "lookup present entry failed");
83 v = Curl_hash_offt_get(&hash_static, key);
84 abort_unless(!v, "lookup missing entry failed");
/curl/tests/
H A Dtest971.pl79 my ($f, $v)=@_;
84 if($1 ne $v) {
85 print STDERR "$f lists $v in doc but $1 in file\n";
113 for my $v (sort @veropts) {
114 if($file{$v}) {
118 print STDERR "$v is in the doc but NOT as a file!\n";
/curl/.github/scripts/
H A Dcmp-config.pl126 foreach my $v (keys %remove) {
127 if($remove{$v} == 1) {
128 print "Ignored, never matched line: $v\n";
/curl/
H A DDockerfile13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -…
15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/mak…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
/curl/lib/
H A Dgetenv.c77 char *curl_getenv(const char *v) in curl_getenv() argument
79 return GetEnv(v); in curl_getenv()
H A Dhttp.c2840 if(v) { in Curl_http_header()
2854 if(v) { in Curl_http_header()
2880 if(v) { in Curl_http_header()
2892 if(v) { in Curl_http_header()
2928 if(v) { in Curl_http_header()
2963 if(v) { in Curl_http_header()
3004 if(v) { in Curl_http_header()
3056 if(v) { in Curl_http_header()
3076 if(v) { in Curl_http_header()
3107 if(v) { in Curl_http_header()
[all …]
H A Dtelnet.c931 struct curl_slist *v; in suboption() local
971 for(v = tn->telnet_vars; v; v = v->next) { in suboption()
972 size_t tmplen = (strlen(v->data) + 1); in suboption()
975 char *s = strchr(v->data, ','); in suboption()
978 "%c%s", CURL_NEW_ENV_VAR, v->data); in suboption()
980 size_t vlen = s - v->data; in suboption()
983 (int)vlen, v->data, CURL_NEW_ENV_VALUE, ++s); in suboption()
H A Dc-hyper.c572 const char *v; in Curl_hyper_header() local
591 v = p; in Curl_hyper_header()
592 p = strchr(v, '\r'); in Curl_hyper_header()
594 p = strchr(v, '\n'); in Curl_hyper_header()
598 p = strchr(v, '\0'); in Curl_hyper_header()
605 vlen = p - v; in Curl_hyper_header()
608 (uint8_t *)v, vlen)) { in Curl_hyper_header()
/curl/scripts/
H A Dschemetable.c155 unsigned int v = calc(scheme[i].n, add, shift); in main() local
160 if(num[j] == v) { in main()
171 num[i] = v; in main()
/curl/tests/data/
H A Dtest56827 v=0
65 v=0
89 v=0
H A Dtest310028 v=0
46 v=0
H A Dtest46720 curl -v http://example.com
H A Dtest208024 -K %LOGDIR/config%TESTNUMBER file://de\>v/null
H A Dtest22338 imwgW3TOYhLcPaaE17jCVEVqm6FWvWoJqy94ThOaYmnOTnK4IRS1gYLWnZbX8473uQd7ufucru/v
H A Dtest146148 -v, --verbose Make the operation more talkative
H A Dtest128761 -v --proxytunnel -x %HOSTIP:%PROXYPORT http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUM…
H A Dtest112320 SGJy5pzD4QxJk5l8ekpitCFcUJaedV3L6SKShiyi6eqsezO96/v+aNx3u5+CzuSXi7vz2bf7S5Rx
36 E14zOZdr+KqGnLVMJRLnEm4yog6p7Ffd2qBPYJxSEqOpJCl8w68mtulsUaBKu+v+7wKvIqKKbCBb
H A Dtest127722 UJaedV3L6SKShiyi6eqsezO96/v+aNx3u5+CzuSXi7vz2bf7S5Rx9g8JZT+mQgIQTb9NZ5dfUHct
38 og6p7Ffd2qBPYJxSEqOpJCl8w68mtulsUaBKu+v+7wKvIqKKbCBbdM5iEtw9poTXuMJURWqboVY9
/curl/docs/cmdline-opts/
H A Dverbose.md4 Short: v
34 means that `-vv -v` is equivalent to a single -v. This avoids unwanted
/curl/.circleci/
H A Dconfig.yml54 …ource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stabl…
57 …retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.t…
58 tar -xzf v$WOLFSSL_VER-stable.tar.gz
68 …ource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stabl…
71 …retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssh/archive/v$WOLFSSH_VER-stable.t…
72 tar -xzf v$WOLFSSH_VER-stable.tar.gz
/curl/src/
H A Dvar.c288 const struct tool_var *v = varcontent(global, name, nlen); in varexpand() local
289 if(v) { in varexpand()
290 value = (char *)v->content; in varexpand()
291 vlen = v->clen; in varexpand()
H A Dtool_easysrc.c126 #define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} while(0) argument
H A Dtool_setopt.h34 #define SETOPT_CHECK(v,opt) do { \ argument
35 result = (v); \
/curl/.github/workflows/
H A Dlinux.yml44 …# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<…
366 …fused --max-time 999 https://github.com/libressl/portable/releases/download/v${{ env.libressl-vers…
385 …retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v${{ env.wolfssl-versi…
386 tar -xzf v${{ env.wolfssl-version }}-stable.tar.gz
406 …retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v${{ env.wolfssl-versi…
407 tar -xzf v${{ env.wolfssl-version }}-stable.tar.gz
427 … git clone --quiet --depth=1 -b v${{ env.mbedtls-version }} https://github.com/Mbed-TLS/mbedtls
486 …git clone --quiet --depth=1 -b v${{ env.msh3-version }} --recursive https://github.com/nibanks/msh3
506 https://github.com/awslabs/aws-lc/archive/refs/tags/v${{ env.awslc-version }}.tar.gz
507 tar xzf v${{ env.awslc-version }}.tar.gz
[all …]
/curl/tests/http/testenv/
H A Denv.py238 def versiontuple(self, v): argument
239 v = re.sub(r'(\d+\.\d+(\.\d+)?)(-\S+)?', r'\1', v)
240 return tuple(map(int, v.split('.')))

Completed in 49 milliseconds

12