Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Dctl.c160 context_t *ret_ctx; in CertAddCTLContextToStore() local
163 existing ? context_from_ptr(existing) : NULL, ppStoreContext ? &ret_ctx : NULL, TRUE); in CertAddCTLContextToStore()
165 *ppStoreContext = context_ptr(ret_ctx); in CertAddCTLContextToStore()