Home
last modified time | relevance | path

Searched refs:pdate (Results 1 – 10 of 10) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dfci.h191 …typedef INT_PTR (DIAMONDAPI *PFNFCIGETOPENINFO)(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *…
192 #define FNFCIGETOPENINFO(fn) INT_PTR DIAMONDAPI fn(char *pszName,USHORT *pdate,USHORT *ptime,USHORT…
Dpropidl.idl158 [case (VT_BYREF|VT_DATE)] DATE *pdate;
Doaidl.idl216 DATE *pdate;
316 DATE *pdate;
Dpropidl.h299 DATE *pdate; member
Doleauto.h710 #define V_DATEREF(X) V_UNION(X,pdate)
Doaidl.h528 DATE *pdate; member
614 DATE *pdate; member
/third_party/openssl/doc/man3/
DCMS_get0_RecipientInfos.pod28 ASN1_GENERALIZEDTIME **pdate,
67 present is written to B<pdate>, if the B<other> field is present the components
/third_party/openssl/crypto/cms/
Dcms_env.c581 ASN1_GENERALIZEDTIME **pdate, in CMS_RecipientInfo_kekri_get0_id() argument
595 if (pdate) in CMS_RecipientInfo_kekri_get0_id()
596 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
/third_party/openssl/include/openssl/
Dcms.h178 ASN1_GENERALIZEDTIME **pdate,
/third_party/python/PC/
D_msi.c175 FileTimeToDosDateTime(&filetime, pdate, ptime); in FNFCIGETOPENINFO()