Searched defs:CfCertCRLColCtx (Results 1 – 1 of 1) sorted by relevance
41 struct CfCertCRLColCtx { struct42 AsyncType asyncType = ASYNC_TYPE_CALLBACK;43 napi_value promise = nullptr;44 napi_ref callback = nullptr;45 napi_deferred deferred = nullptr;46 napi_async_work asyncWork = nullptr;48 napi_ref certMatchParamsRef = nullptr;49 napi_ref crlMatchParamsRef = nullptr;50 CfResult errCode = CF_SUCCESS;51 const char *errMsg = nullptr;[all …]