Searched refs:spec (Results 1 – 15 of 15) sorted by relevance
/curl/tests/unit/ |
H A D | unit1656.c | 80 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 D | certs.py | 201 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 D | vtls_int.h | 60 const struct alpn_spec *spec); 62 const struct alpn_spec *spec); 70 bool Curl_alpn_contains_proto(const struct alpn_spec *spec,
|
H A D | vtls.c | 2207 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 D | REUSE.toml | 8 # This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
|
H A D | Makefile.am | 189 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 D | CURLOPT_STREAM_DEPENDS.md | 37 The spec says "Including a dependency expresses a preference to allocate
|
H A D | CURLOPT_STREAM_DEPENDS_E.md | 36 The spec says "Including a dependency expresses a preference to allocate
|
H A D | CURLOPT_REDIR_PROTOCOLS_STR.md | 28 char *spec);
|
H A D | CURLOPT_PROTOCOLS_STR.md | 27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROTOCOLS_STR, char *spec);
|
H A D | CURLOPT_FTPPORT.md | 24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTPPORT, char *spec);
|
/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 212 $ file = "lcl_root:[...]*.spec"
|
/curl/docs/ |
H A D | TODO | 1345 differs from the WHATWG URL spec parsers.
|
H A D | FAQ | 568 curl adheres to the HTTP spec, which basically means you can play with *any*
|
/curl/docs/libcurl/ |
H A D | libcurl-tutorial.md | 1222 work it tries PASV instead. (EPSV is an extension to the original FTP spec
|
Completed in 44 milliseconds