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

/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vpm.c77 param->inh_flags = 0;
112 * The "inh_flags" field determines how this function behaves.
129 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
149 unsigned long inh_flags; local
153 inh_flags = dest->inh_flags | src->inh_flags;
155 if (inh_flags & X509_VP_FLAG_ONCE)
156 dest->inh_flags = 0;
158 if (inh_flags
[all...]
H A Dx509_vfy.h168 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st
H A Dx509_vfy.c1385 ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT|X509_VP_FLAG_ONCE;
/macosx-10.10/dtrace-147/libdtrace/
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;
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dx509_vfy.h168 unsigned long inh_flags; /* Inheritance flags */ member in struct:X509_VERIFY_PARAM_st

Completed in 147 milliseconds