Home
last modified time | relevance | path

Searched refs:collection2 (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c624 HCERTSTORE store1, store2, collection, collection2; in testCollectionStore() local
753 collection2 = CertOpenStore(CERT_STORE_PROV_COLLECTION, 0, 0, in testCollectionStore()
755 ret = CertAddStoreToCollection(collection2, collection, in testCollectionStore()
759 context = CertEnumCertificatesInStore(collection2, NULL); in testCollectionStore()
763 ok(context->hCertStore == collection2, "Unexpected store\n"); in testCollectionStore()
768 context = CertEnumCertificatesInStore(collection2, context); in testCollectionStore()
772 ok(context->hCertStore == collection2, "Unexpected store\n"); in testCollectionStore()
777 context = CertEnumCertificatesInStore(collection2, context); in testCollectionStore()
795 CertCloseStore(collection2, 0); in testCollectionStore()
/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c11830 IXMLDOMSchemaCollection *collection, *collection2; in test_get_namespaces() local
11859 collection2 = (void*)0xdeadbeef; in test_get_namespaces()
11860 hr = IXMLDOMDocument2_get_namespaces(doc, &collection2); in test_get_namespaces()
11862 ok(collection == collection2, "got %p\n", collection2); in test_get_namespaces()
11982 collection2 = (void*)0xdeadbeef; in test_get_namespaces()
11983 hr = IXMLDOMDocument2_get_namespaces(doc, &collection2); in test_get_namespaces()
11985 ok(collection == collection2, "got %p\n", collection2); in test_get_namespaces()