Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 15 of 15) sorted by relevance

/curl/tests/unit/
H A Dunit1656.c80 static bool do_test(struct test_spec *spec, size_t i, struct dynbuf *dbuf) in do_test() argument
83 const char *in = spec->input; in do_test()
87 if(result != spec->exp_result) { in do_test()
89 i, spec->exp_result, result); in do_test()
92 else if(!result && strcmp(spec->exp_output, Curl_dyn_ptr(dbuf))) { in do_test()
94 i, in, spec->exp_output, Curl_dyn_ptr(dbuf)); in do_test()
/curl/tests/http/testenv/
H A Dcerts.py201 return [self.issue_cert(spec=spec, chain=chain) for spec in specs]
205 key_type = spec.key_type if spec.key_type else self.key_type
209 name=spec.name, key_type=key_type, single_file=spec.single_file,
212 creds = TestCA.create_credentials(spec=spec, issuer=self, key_type=key_type,
213 valid_from=spec.valid_from, valid_to=spec.valid_to)
216 if spec.type == "ca":
219 if spec.sub_specs:
361 if spec.domains and len(spec.domains):
362 creds = TestCA._make_server_credentials(name=spec.name, domains=spec.domains,
365 elif spec.client:
[all …]
/curl/lib/vtls/
H A Dvtls_int.h60 const struct alpn_spec *spec);
62 const struct alpn_spec *spec);
70 bool Curl_alpn_contains_proto(const struct alpn_spec *spec,
H A Dvtls.c2207 const struct alpn_spec *spec) in Curl_alpn_to_proto_buf() argument
2214 for(i = 0; spec && i < spec->count; ++i) { in Curl_alpn_to_proto_buf()
2215 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf()
2222 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf()
2230 const struct alpn_spec *spec) in Curl_alpn_to_proto_str() argument
2236 for(i = 0; spec && i < spec->count; ++i) { in Curl_alpn_to_proto_str()
2237 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str()
2244 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
2252 bool Curl_alpn_contains_proto(const struct alpn_spec *spec, in Curl_alpn_contains_proto() argument
2256 for(i = 0; spec && plen && i < spec->count; ++i) { in Curl_alpn_contains_proto()
[all …]
/curl/
H A DREUSE.toml8 # This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
H A DMakefile.am189 cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
191 rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
/curl/docs/libcurl/opts/
H A DCURLOPT_STREAM_DEPENDS.md37 The spec says "Including a dependency expresses a preference to allocate
H A DCURLOPT_STREAM_DEPENDS_E.md36 The spec says "Including a dependency expresses a preference to allocate
H A DCURLOPT_REDIR_PROTOCOLS_STR.md28 char *spec);
H A DCURLOPT_PROTOCOLS_STR.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROTOCOLS_STR, char *spec);
H A DCURLOPT_FTPPORT.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTPPORT, char *spec);
/curl/packages/vms/
H A Dclean_gnv_curl.com212 $ file = "lcl_root:[...]*.spec"
/curl/docs/
H A DTODO1345 differs from the WHATWG URL spec parsers.
H A DFAQ568 curl adheres to the HTTP spec, which basically means you can play with *any*
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md1222 work it tries PASV instead. (EPSV is an extension to the original FTP spec

Completed in 25 milliseconds