Searched refs:inh_flags (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_inttab.h43 uint_t inh_flags; /* flags (see below) */ member in struct:dt_inthash
H A Ddt_inttab.c76 if (hp->inh_value == value && hp->inh_flags == flags)
88 hp->inh_flags = flags;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vpm.c92 /* param->inh_flags = X509_VP_FLAG_DEFAULT; */
121 * The "inh_flags" field determines how this function behaves.
138 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
157 unsigned long inh_flags; local
161 inh_flags = dest->inh_flags | src->inh_flags;
163 if (inh_flags & X509_VP_FLAG_ONCE)
164 dest->inh_flags = 0;
166 if (inh_flags
[all...]
H A Dx509_local.h21 uint32_t inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_vfy.c2370 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c92 /* param->inh_flags = X509_VP_FLAG_DEFAULT; */
121 * The "inh_flags" field determines how this function behaves.
138 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
156 unsigned long inh_flags; local
161 inh_flags = dest->inh_flags | src->inh_flags;
163 if ((inh_flags & X509_VP_FLAG_ONCE) != 0)
164 dest->inh_flags = 0;
166 if ((inh_flags
[all...]
H A Dx509_local.h24 uint32_t inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_vfy.c2422 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;

Completed in 261 milliseconds