HomeSort by: relevance | last modified time | path
    Searched defs:cch (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/talk/
display.c 72 char cch; local
148 cch = (*text & 63) + 64;
149 waddch(win->x_win, cch);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_reg.c 506 DWORD cch = sizeof(name)/sizeof(name[0]); local
511 rcode = RegEnumValue(key, index, name, &cch, NULL,
538 DWORD cch = sizeof(name)/sizeof(name[0]); local
542 rcode = RegEnumKeyEx(key, index, name, &cch, NULL, NULL, NULL, NULL);
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_lib.c 90 CMS_CertificateChoices *cch; local
102 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
103 if (cch->type == CMS_CERTCHOICE_CERT)
104 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq);
492 CMS_CertificateChoices *cch; local
501 cch = M_ASN1_new_of(CMS_CertificateChoices);
502 if (!cch)
504 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
505 M_ASN1_free_of(cch, CMS_CertificateChoices);
508 return cch;
513 CMS_CertificateChoices *cch; local
617 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 71 CMS_CertificateChoices *cch; local
76 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
77 if (cch->type == CMS_CERTCHOICE_OTHER) {
80 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
83 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
621 CMS_CertificateChoices *cch; local
649 cch = sk_CMS_CertificateChoices_value(certs, j);
650 if (cch->type != 0)
652 x = cch->d.certificate;
cms_env.c 1027 CMS_CertificateChoices *cch; local
1028 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1029 if (cch->type == CMS_CERTCHOICE_OTHER) {
1032 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_env.c 806 CMS_CertificateChoices *cch; local
807 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
808 if (cch->type == CMS_CERTCHOICE_OTHER) {
811 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
cms_lib.c 364 CMS_CertificateChoices *cch; local
372 cch = M_ASN1_new_of(CMS_CertificateChoices);
373 if (!cch)
375 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
376 M_ASN1_free_of(cch, CMS_CertificateChoices);
379 return cch;
384 CMS_CertificateChoices *cch; local
391 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
392 if (cch->type == CMS_CERTCHOICE_CERT) {
393 if (!X509_cmp(cch->d.certificate, cert))
482 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 66 CMS_CertificateChoices *cch; local
71 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
72 if (cch->type == CMS_CERTCHOICE_OTHER) {
75 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
78 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
496 CMS_CertificateChoices *cch; local
523 cch = sk_CMS_CertificateChoices_value(certs, j);
524 if (cch->type != 0)
526 x = cch->d.certificate;
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_lib.c 92 CMS_CertificateChoices *cch; local
104 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
105 if (cch->type == CMS_CERTCHOICE_CERT)
106 ossl_x509_set0_libctx(cch->d.certificate, libctx, propq);
517 CMS_CertificateChoices *cch; local
526 cch = M_ASN1_new_of(CMS_CertificateChoices);
527 if (!cch)
529 if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
530 M_ASN1_free_of(cch, CMS_CertificateChoices);
533 return cch;
538 CMS_CertificateChoices *cch; local
655 CMS_CertificateChoices *cch; local
    [all...]
cms_env.c 1058 CMS_CertificateChoices *cch; local
1059 cch = sk_CMS_CertificateChoices_value(org->certificates, i);
1060 if (cch->type == CMS_CERTCHOICE_OTHER) {
1063 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
cms_sd.c 67 CMS_CertificateChoices *cch; local
72 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
73 if (cch->type == CMS_CERTCHOICE_OTHER) {
76 } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
79 } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
676 CMS_CertificateChoices *cch; local
704 cch = sk_CMS_CertificateChoices_value(certs, j);
705 if (cch->type != CMS_CERTCHOICE_CERT)
707 x = cch->d.certificate;
  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 3016 chain_p ch1, ch2, cch; local
3035 cch = combine_chains (ch1, ch2);
3036 if (cch)
3038 worklist.safe_push (cch);
3039 m_chains.safe_push (cch);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 2985 chain_p ch1, ch2, cch; local
3004 cch = combine_chains (ch1, ch2);
3005 if (cch)
3007 worklist.safe_push (cch);
3008 m_chains.safe_push (cch);

Completed in 39 milliseconds