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.py200 return [self.issue_cert(spec=spec, chain=chain) for spec in specs]
204 key_type = spec.key_type if spec.key_type else self.key_type
208 name=spec.name, key_type=key_type, single_file=spec.single_file,
211 creds = TestCA.create_credentials(spec=spec, issuer=self, key_type=key_type,
212 valid_from=spec.valid_from, valid_to=spec.valid_to)
215 if spec.type == "ca":
218 if spec.sub_specs:
358 if spec.domains and len(spec.domains):
359 creds = TestCA._make_server_credentials(name=spec.name, domains=spec.domains,
362 elif spec.client:
[all …]
/curl/lib/vtls/
H A Dvtls_int.h58 const struct alpn_spec *spec);
60 const struct alpn_spec *spec);
H A Dvtls.c2173 const struct alpn_spec *spec) in Curl_alpn_to_proto_buf() argument
2180 for(i = 0; spec && i < spec->count; ++i) { in Curl_alpn_to_proto_buf()
2181 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf()
2188 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf()
2196 const struct alpn_spec *spec) in Curl_alpn_to_proto_str() argument
2202 for(i = 0; spec && i < spec->count; ++i) { in Curl_alpn_to_proto_str()
2203 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str()
2210 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
/curl/
H A DMakefile.am177 cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
179 rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
H A DREUSE.toml8 # This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
/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 DTODO1343 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 30 milliseconds