Searched refs:chStores (Results 1 – 5 of 5) sorted by relevance
608 TRACE("chStores: %d\n", sgnr->chStores); in dump_sgnr_info()620 TRACE("chStores: %d\n", cert->chStores); in dump_cert_info()1003 if (data->chStores) in WINTRUST_AddStore()1005 (data->chStores + 1) * sizeof(HCERTSTORE)); in WINTRUST_AddStore()1009 data->chStores = 0; in WINTRUST_AddStore()1013 data->pahStores[data->chStores++] = CertDuplicateStore(store); in WINTRUST_AddStore()
505 ret && i < data->pWintrustData->u.pCert->chStores; i++) in SOFTPUB_LoadCertMessage()1035 if (data->chStores) in WINTRUST_CreateChainForSigner()1043 for (i = 0; i < data->chStores; i++) in WINTRUST_CreateChainForSigner()1365 for (i = 0; i < data->chStores; i++) in SoftpubCleanup()
64 DWORD chStores; member73 DWORD chStores; member359 DWORD chStores; member
142 ok(data.chStores == 1, "Expected 1 store, got %d\n", data.chStores); in test_utils()150 data.chStores = 0; in test_utils()
4449 cert.chStores = viewInfo.cStores; in CryptUIDlgViewCertificateW()