Home
last modified time | relevance | path

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

/src/crypto/openssl/engines/
H A De_capi.c179 DWORD store_flags; member
332 ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE; in capi_ctrl()
333 ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER; in capi_ctrl()
335 ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER; in capi_ctrl()
336 ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE; in capi_ctrl()
1424 ctx->store_flags, storename); in capi_open_store()
1528 if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE) in capi_get_key()
1621 …ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG | CERT_STORE_READONLY_FLAG | CERT_SYSTEM_STORE_CU… in capi_ctx_new()
/src/contrib/unbound/cachedb/
H A Dcachedb.c741 uint32_t store_flags = qstate->query_flags; in cachedb_intcache_store() local
745 store_flags |= DNSCACHE_STORE_ZEROTTL; in cachedb_intcache_store()
760 qstate->region, store_flags, qstate->qstarttime, in cachedb_intcache_store()