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

/freebsd-13-stable/cddl/contrib/opensolaris/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;
/freebsd-13-stable/crypto/openssl/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.c2369 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;

Completed in 166 milliseconds