Home
last modified time | relevance | path

Searched refs:label (Results 1 – 17 of 17) 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
H A Ddocs.yml20 label: Specify which documentation you found a problem with
30 label: The problem
/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.h143 const char *label, const char *value,
146 const char *label, const char *value);
H A Dx509asn1.c910 const char *label, in ssl_push_certinfo() argument
915 return Curl_ssl_push_certinfo_len(data, certnum, label, value, valuelen); in ssl_push_certinfo()
926 const char *label, in ssl_push_certinfo_dyn() argument
932 CURLcode result = Curl_ssl_push_certinfo_len(data, certnum, label, in ssl_push_certinfo_dyn()
936 infof(data, " %s: %s", label, value); in ssl_push_certinfo_dyn()
942 const char *label, in do_pubkey_field() argument
955 result = ssl_push_certinfo_dyn(data, certnum, label, &out); in do_pubkey_field()
H A Dwolfssl.c137 const char *label; in wolfssl_tls13_secret_callback() local
147 label = "CLIENT_EARLY_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
150 label = "CLIENT_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
153 label = "SERVER_HANDSHAKE_TRAFFIC_SECRET"; in wolfssl_tls13_secret_callback()
156 label = "CLIENT_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
159 label = "SERVER_TRAFFIC_SECRET_0"; in wolfssl_tls13_secret_callback()
162 label = "EARLY_EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
165 label = "EXPORTER_SECRET"; in wolfssl_tls13_secret_callback()
176 Curl_tls_keylog_write(label, client_random, secret, secretSz); in wolfssl_tls13_secret_callback()
H A Dsectransp.c447 static OSStatus CopyIdentityWithLabelOldSchool(char *label, in CopyIdentityWithLabelOldSchool() argument
462 attr.data = label; in CopyIdentityWithLabelOldSchool()
463 attr.length = (UInt32)strlen(label); in CopyIdentityWithLabelOldSchool()
486 static OSStatus CopyIdentityWithLabel(char *label, in CopyIdentityWithLabel() argument
503 CFStringRef label_cf = CFStringCreateWithCString(NULL, label, in CopyIdentityWithLabel()
573 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
579 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
H A Dgtls.c1034 static int keylog_callback(gnutls_session_t session, const char *label, in keylog_callback() argument
1045 Curl_tls_keylog_write(label, crandom.data, secret->data, secret->size); in keylog_callback()
H A Dvtls.c923 const char *label, in Curl_ssl_push_certinfo_len() argument
936 if(Curl_dyn_add(&build, label) || in Curl_ssl_push_certinfo_len()
H A Dopenssl.c320 BIO *mem, const char *label, int num)
324 BIO *mem, const char *label, int num) in push_certinfo() argument
328 CURLcode result = Curl_ssl_push_certinfo_len(data, num, label, ptr, len); in push_certinfo()
/curl/tests/http/
H A Dscorecard.py117 label = self.fmt_size(fsize)
228 def download_url(self, label: str, url: str, count: int):
242 label = self.fmt_size(fsize)
245 scores[label] = self.download_url(label=label, url=url, count=count)
350 def upload_url(self, label: str, url: str, fpath: str, count: int):
366 label = self.fmt_size(fsize)
368 fpaths[label] = self._make_docs_file(docs_dir=self.env.gen_dir,
371 for label, fpath in fpaths.items():
372 scores[label] = self.upload_url(label=label, url=url, fpath=fpath,
/curl/.github/
H A Dlabeler.yml5 # The workflow configures the .github/workflows/label.yml action
/curl/
H A DCMakeLists.txt1907 # Helper to populate a list (_items) with a label when conditions
/curl/m4/
H A Dcurl-functions.m44623 # duplicated case label. If the boolean equals true, it becomes a one, the

Completed in 63 milliseconds