HomeSort by relevance Sort by last modified time
    Searched refs:cch (Results 1 - 16 of 16) 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/
textstor.h 405 ULONG cch,
435 ULONG cch,
464 ULONG cch,
579 ULONG cch,
613 ULONG cch,
647 ULONG cch,
747 #define ITextStoreACP_QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd) (This)->lpVtbl->QueryInsert(This,acpTestStart,acpTestEnd,cch,pacpResultStart,pacpResultEnd)
751 #define ITextStoreACP_SetText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange) (This)->lpVtbl->SetText(This,dwFlags,acpStart,acpEnd,pchText,cch,pChange
    [all...]
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)
celib.h 123 WINBOOL ceConvertSzToWsz(WCHAR **ppwsz,char const *pch,LONG cch);
124 WINBOOL ceConvertSzToBstr(BSTR *pbstr,CHAR const *pch,LONG cch);
shobjidl.h     [all...]
tom.h 324 virtual HRESULT WINAPI FindText(BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength) = 0;
325 virtual HRESULT WINAPI FindTextStart(BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength) = 0;
326 virtual HRESULT WINAPI FindTextEnd(BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength) = 0;
386 HRESULT (WINAPI *FindText)(ITextRange *This,BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength);
387 HRESULT (WINAPI *FindTextStart)(ITextRange *This,BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength);
388 HRESULT (WINAPI *FindTextEnd)(ITextRange *This,BSTR bstr,__LONG32 cch,__LONG32 Flags,__LONG32 *pLength);
450 #define ITextRange_FindText(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindText(This,bstr,cch,Flags,pLength)
451 #define ITextRange_FindTextStart(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindTextStart(This,bstr,cch,Flags,pLength
    [all...]
clusapi.h     [all...]
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...]
mmsystem.h     [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 1573 milliseconds