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 Dwolfssl.c123 const char *label; in wolfssl_tls13_secret_callback() local
133 label = "CLIENT_EARLY_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
136 label = "CLIENT_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
139 label = "SERVER_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
142 label = "CLIENT_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
145 label = "SERVER_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
148 label = "EARLY_EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
151 label = "EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
162 Curl_tls_keylog_write(label, client_random, secret, secretSz); in wolfssl_tls13_secret_callback()
H A Dx509asn1.c886 const char *label, in ssl_push_certinfo() argument
891 return Curl_ssl_push_certinfo_len(data, certnum, label, value, valuelen); in ssl_push_certinfo()
902 const char *label, in ssl_push_certinfo_dyn() argument
908 CURLcode result = Curl_ssl_push_certinfo_len(data, certnum, label, in ssl_push_certinfo_dyn()
912 infof(data, " %s: %s", label, value); in ssl_push_certinfo_dyn()
918 const char *label, in do_pubkey_field() argument
931 result = ssl_push_certinfo_dyn(data, certnum, label, &out); in do_pubkey_field()
H A Dsectransp.c1041 static OSStatus CopyIdentityWithLabelOldSchool(char *label, in CopyIdentityWithLabelOldSchool() argument
1056 attr.data = label; in CopyIdentityWithLabelOldSchool()
1057 attr.length = (UInt32)strlen(label); in CopyIdentityWithLabelOldSchool()
1080 static OSStatus CopyIdentityWithLabel(char *label, in CopyIdentityWithLabel() argument
1097 CFStringRef label_cf = CFStringCreateWithCString(NULL, label, in CopyIdentityWithLabel()
1167 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
1173 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
H A Dgtls.c830 static int keylog_callback(gnutls_session_t session, const char *label, in keylog_callback() argument
841 Curl_tls_keylog_write(label, crandom.data, secret->data, secret->size); in keylog_callback()
H A Dvtls.c895 const char *label, in Curl_ssl_push_certinfo_len() argument
906 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.txt1599 # Helper to populate a list (_items) with a label when conditions (the remaining
1601 macro(_add_if label)
1604 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 81 milliseconds