Searched refs:store_flags (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c176 DWORD store_flags; member in struct:CAPI_CTX_st
271 "store_flags",
330 ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE;
331 ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER;
333 ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER;
334 ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE;
1401 ctx->store_flags, storename);
1506 if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE)
1610 ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG |
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c179 DWORD store_flags; member in struct:CAPI_CTX_st
274 "store_flags",
333 ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE;
334 ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER;
336 ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER;
337 ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE;
1424 ctx->store_flags, storename);
1529 if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE)
1633 ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG |
/netbsd-current/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c710 uint32_t store_flags = qstate->query_flags; local
713 store_flags |= DNSCACHE_STORE_ZEROTTL;
718 qstate->region, store_flags, qstate->qstarttime);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drx-decode.c164 #define F(f) store_flags(rx, f)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drx-decode.c164 #define F(f) store_flags(rx, f)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drx-decode.c164 #define F(f) store_flags(rx, f)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.c164 #define F(f) store_flags(rx, f)

Completed in 311 milliseconds