Home
last modified time | relevance | path

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

/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml20 # add hacktoberfest-accepted label to PRs opened starting from September 30th
35 gh config set prompt disabled && echo "label=$(
45 if: steps.check.outputs.label == 'hacktoberfest'
53 gh pr edit {} --add-label 'hacktoberfest-accepted'
54 if: steps.check.outputs.label == 'hacktoberfest'
64 gh pr edit {} --add-label 'hacktoberfest-accepted'
65 if: steps.check.outputs.label == 'hacktoberfest'
H A Dlabel.yml5 # This workflow will triage pull requests and apply a label based on the
16 label:
/curl/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml26 label: I did this
33 label: I expected the following
40 label: curl/libcurl version
50 label: operating system
/curl/lib/vtls/
H A Dkeylog.c124 Curl_tls_keylog_write(const char *label, in Curl_tls_keylog_write() argument
137 pos = strlen(label); in Curl_tls_keylog_write()
143 memcpy(line, label, pos); in Curl_tls_keylog_write()
H A Dkeylog.h48 bool Curl_tls_keylog_write(const char *label,
H A Dvtls.h138 const char *label, const char *value,
141 const char *label, const char *value);
H A Dx509asn1.c890 const char *label, in ssl_push_certinfo() argument
895 return Curl_ssl_push_certinfo_len(data, certnum, label, value, valuelen); in ssl_push_certinfo()
906 const char *label, in ssl_push_certinfo_dyn() argument
912 CURLcode result = Curl_ssl_push_certinfo_len(data, certnum, label, in ssl_push_certinfo_dyn()
916 infof(data, " %s: %s", label, value); in ssl_push_certinfo_dyn()
922 const char *label, in do_pubkey_field() argument
935 result = ssl_push_certinfo_dyn(data, certnum, label, &out); in do_pubkey_field()
H A Dwolfssl.c117 const char *label; in wolfssl_tls13_secret_callback() local
127 label = "CLIENT_EARLY_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
130 label = "CLIENT_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
133 label = "SERVER_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
136 label = "CLIENT_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
139 label = "SERVER_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
142 label = "EARLY_EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
145 label = "EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
156 Curl_tls_keylog_write(label, client_random, secret, secretSz); in wolfssl_tls13_secret_callback()
H A Dsectransp.c446 static OSStatus CopyIdentityWithLabelOldSchool(char *label, in CopyIdentityWithLabelOldSchool() argument
461 attr.data = label; in CopyIdentityWithLabelOldSchool()
462 attr.length = (UInt32)strlen(label); in CopyIdentityWithLabelOldSchool()
485 static OSStatus CopyIdentityWithLabel(char *label, in CopyIdentityWithLabel() argument
502 CFStringRef label_cf = CFStringCreateWithCString(NULL, label, in CopyIdentityWithLabel()
572 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
578 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
H A Dgtls.c831 static int keylog_callback(gnutls_session_t session, const char *label, in keylog_callback() argument
842 Curl_tls_keylog_write(label, crandom.data, secret->data, secret->size); in keylog_callback()
H A Dvtls.c889 const char *label, in Curl_ssl_push_certinfo_len() argument
900 if(Curl_dyn_add(&build, label) || in Curl_ssl_push_certinfo_len()
/curl/tests/http/
H A Dscorecard.py207 def download_url(self, label: str, url: str, proto: str, count: int):
237 label = self.fmt_size(fsize)
242 results = self.download_url(label=label, url=url,
244 scores[via][label] = results
254 label = self.fmt_size(fsize)
259 results = self.download_url(label=label, url=url,
261 scores[via][label] = results
/curl/.github/
H A Dlabeler.yml5 # The workflow configures the .github/workflows/label.yml action
/curl/
H A DCMakeLists.txt1596 # Helper to populate a list (_items) with a label when conditions
1598 macro(_add_if label)
1601 set(_items ${_items} "${label}")
/curl/m4/
H A Dcurl-functions.m44965 # duplicated case label. If the boolean equals true, it becomes a one, the

Completed in 78 milliseconds