HomeSort by relevance Sort by last modified time
    Searched defs:cch (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/cms/
cms_lib.c 441 CMS_CertificateChoices *cch; local
449 cch = M_ASN1_new_of(CMS_CertificateChoices);
450 if (!cch)
452 if (!sk_CMS_CertificateChoices_push(*pcerts, cch))
454 M_ASN1_free_of(cch, CMS_CertificateChoices);
457 return cch;
462 CMS_CertificateChoices *cch; local
470 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
471 if (cch->type == CMS_CERTCHOICE_CERT)
473 if (!X509_cmp(cch->d.certificate, cert)
562 CMS_CertificateChoices *cch; local
    [all...]
cms_sd.c 113 CMS_CertificateChoices *cch; local
119 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
120 if (cch->type == CMS_CERTCHOICE_OTHER)
125 else if (cch->type == CMS_CERTCHOICE_V2ACERT)
130 else if (cch->type == CMS_CERTCHOICE_V1ACERT)
560 CMS_CertificateChoices *cch; local
591 cch = sk_CMS_CertificateChoices_value(certs, j);
592 if (cch->type != 0)
594 x = cch->d.certificate;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 123 WORD cch; member in struct:_trp
126 #define CbOfTrp(_p) (sizeof(TRP) + (_p)->cch + (_p)->cbRgb)
128 #define LpbOfTrp(_p) (((LPBYTE)(((LPTRP)(_p)) + 1)) + (_p)->cch)
msctf.h 400 LONG cch; member in struct:TF_PERSISTENT_PROPERTY_HEADER_ACP
    [all...]
richedit.h 869 LONG cch; member in struct:_ensaveclipboard
commctrl.h 1296 UINT cch; member in struct:tagREBARBANDINFOA
1325 UINT cch; member in struct:tagREBARBANDINFOW
1608 UINT cch; member in struct:_TTGETTITLE
    [all...]
winuser.h 50 typedef int (CALLBACK *EDITWORDBREAKPROCA)(LPSTR lpch,int ichCurrent,int cch,int code);
51 typedef int (CALLBACK *EDITWORDBREAKPROCW)(LPWSTR lpch,int ichCurrent,int cch,int code);
2662 UINT cch; member in struct:tagMENUITEMINFOA
2677 UINT cch; member in struct:tagMENUITEMINFOW
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 123 milliseconds