Searched refs:copyContext (Results 1 – 1 of 1) sorted by relevance
148 PCCERT_CONTEXT copyContext; in testAddCert() local303 copyContext = NULL; in testAddCert()305 CERT_STORE_ADD_USE_EXISTING, ©Context); in testAddCert()308 ok(copyContext != NULL, "Expected on output a non NULL copyContext\n"); in testAddCert()309 if (copyContext) in testAddCert()310 CertFreeCertificateContext(copyContext); in testAddCert()