Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 10 of 10) sorted by relevance

/curl/lib/vtls/
H A Dvtls.c189 if((c1->version == c2->version) && in match_ssl_primary_config()
190 (c1->version_max == c2->version_max) && in match_ssl_primary_config()
191 (c1->ssl_options == c2->ssl_options) && in match_ssl_primary_config()
192 (c1->verifypeer == c2->verifypeer) && in match_ssl_primary_config()
193 (c1->verifyhost == c2->verifyhost) && in match_ssl_primary_config()
194 (c1->verifystatus == c2->verifystatus) && in match_ssl_primary_config()
195 blobcmp(c1->cert_blob, c2->cert_blob) && in match_ssl_primary_config()
198 Curl_safecmp(c1->CApath, c2->CApath) && in match_ssl_primary_config()
199 Curl_safecmp(c1->CAfile, c2->CAfile) && in match_ssl_primary_config()
208 strcasecompare(c1->curves, c2->curves) && in match_ssl_primary_config()
[all …]
/curl/tests/data/
H A Dtest119368 client PUBLISH 7c2 00043131393331323334353637383930313233343536373839303132333435363738393031323334…
/curl/lib/
H A Dcookie.c1296 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort() local
1301 l2 = c2->path ? strlen(c2->path) : 0; in cookie_sort()
1308 l2 = c2->domain ? strlen(c2->domain) : 0; in cookie_sort()
1315 l2 = c2->name ? strlen(c2->name) : 0; in cookie_sort()
1321 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort()
1332 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort_ct() local
1334 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort_ct()
/curl/tests/certs/
H A Dstunnel-sv.crt62 b7:c7:4c:72:c2:5e:32:24:f1:96:93:70:d5:3f:b5:85:80:13:
64 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:
H A DEdelCurlRoot-ca.crt33 a1:c2:d1:aa:2f:44:a0:42:28:38:16:c7:42:1e:dd:
35 ab:af:20:7a:7e:b3:09:a9:05:0d:ce:f8:9b:c2:77:
H A DEdelCurlRoot-ca.cacert33 a1:c2:d1:aa:2f:44:a0:42:28:38:16:c7:42:1e:dd:
35 ab:af:20:7a:7e:b3:09:a9:05:0d:ce:f8:9b:c2:77:
H A Dstunnel-sv.pem125 b7:c7:4c:72:c2:5e:32:24:f1:96:93:70:d5:3f:b5:85:80:13:
127 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:
H A DServer-localhost-sv.crt37 c2:00:cb:ef:7f:d7:9f:89:c9:ff:c0:b9:72:59:4c:
H A DServer-localhost-sv.pem100 c2:00:cb:ef:7f:d7:9f:89:c9:ff:c0:b9:72:59:4c:
/curl/tests/
H A Dstunnel.pem125 b7:c7:4c:72:c2:5e:32:24:f1:96:93:70:d5:3f:b5:85:80:13:
127 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:

Completed in 33 milliseconds