Home
last modified time | relevance | path

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

12

/curl/tests/unit/
H A Dunit1616.c53 int *value, *v; variable
68 v = Curl_hash_offt_get(&hash_static, key);
69 abort_unless(v == value, "lookup present entry failed");
70 v = Curl_hash_offt_get(&hash_static, key2);
71 abort_unless(!v, "lookup missing entry failed");
82 v = Curl_hash_offt_get(&hash_static, key2);
83 abort_unless(v == value2, "lookup present entry failed");
84 v = Curl_hash_offt_get(&hash_static, key);
85 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/scripts/
H A Dcmp-config.pl117 foreach my $v (keys %remove) {
118 if($remove{$v} == 1) {
119 print "Ignored, never matched line: $v\n";
H A Dschemetable.c154 unsigned int v = calc(scheme[i].n, add, shift); in main() local
159 if(num[j] == v) { in main()
170 num[i] = v; in main()
/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 ./maketgz 8.7…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
/curl/.github/scripts/
H A DVERSIONS5 # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<v…
8 # renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<v…
/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.c2859 if(v) { in Curl_http_header()
2873 if(v) { in Curl_http_header()
2899 if(v) { in Curl_http_header()
2911 if(v) { in Curl_http_header()
2947 if(v) { in Curl_http_header()
2982 if(v) { in Curl_http_header()
3023 if(v) { in Curl_http_header()
3076 if(v) { in Curl_http_header()
3096 if(v) { in Curl_http_header()
3127 if(v) { in Curl_http_header()
[all …]
H A Dtelnet.c937 struct curl_slist *v; in suboption() local
977 for(v = tn->telnet_vars; v; v = v->next) { in suboption()
978 size_t tmplen = (strlen(v->data) + 1); in suboption()
981 char *s = strchr(v->data, ','); in suboption()
984 "%c%s", CURL_NEW_ENV_VAR, v->data); in suboption()
986 size_t vlen = s - v->data; in suboption()
989 (int)vlen, v->data, CURL_NEW_ENV_VALUE, ++s); in suboption()
H A Dc-hyper.c558 const char *v; in Curl_hyper_header() local
577 v = p; in Curl_hyper_header()
578 p = strchr(v, '\r'); in Curl_hyper_header()
580 p = strchr(v, '\n'); in Curl_hyper_header()
584 p = strchr(v, '\0'); in Curl_hyper_header()
591 vlen = p - v; in Curl_hyper_header()
594 (uint8_t *)v, vlen)) { in Curl_hyper_header()
/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 Dtest146145 -v, --verbose Make the operation more talkative
H A Dtest22338 imwgW3TOYhLcPaaE17jCVEVqm6FWvWoJqy94ThOaYmnOTnK4IRS1gYLWnZbX8473uQd7ufucru/v
/curl/.github/workflows/
H A Dawslc.yml78 https://github.com/awslabs/aws-lc/archive/refs/tags/v${{ env.awslc-version }}.tar.gz
79 tar xzf v${{ env.awslc-version }}.tar.gz
138 https://github.com/awslabs/aws-lc/archive/refs/tags/v${{ env.awslc-version }}.tar.gz
139 tar xzf v${{ env.awslc-version }}.tar.gz
H A Dwolfssl.yml80 …retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.t…
81 tar -xzf v$WOLFSSL_VER-stable.tar.gz
H A Dspellcheck.yml45 run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
H A Dhttp3-linux.yml222 … git clone --quiet --depth=1 -b v${{ env.nghttp3-version }} https://github.com/ngtcp2/nghttp3
234 git clone --quiet --depth=1 -b v${{ env.ngtcp2-version }} https://github.com/ngtcp2/ngtcp2
246 … git clone --quiet --depth=1 -b v${{ env.nghttp2-version }} https://github.com/nghttp2/nghttp2
414 cargo build -v --package quiche --release --features ffi,pkg-config-meta,qlog --verbose
415 mkdir -v quiche/deps/boringssl/src/lib
436 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
474 - run: pytest -v tests
/curl/src/
H A Dvar.c290 const struct var *v = varcontent(global, name, nlen); in varexpand() local
291 if(v) { in varexpand()
292 value = (char *)v->content; in varexpand()
293 vlen = v->clen; in varexpand()
H A Dtool_easysrc.c128 #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/docs/cmdline-opts/
H A Dverbose.md4 Short: v
/curl/tests/http/testenv/
H A Denv.py220 def versiontuple(self, v): argument
221 v = re.sub(r'(\d+\.\d+(\.\d+)?)(-\S+)?', r'\1', v)
222 return tuple(map(int, v.split('.')))

Completed in 67 milliseconds

12