Lines Matching defs:inh_flags
77 /*param->inh_flags = X509_VP_FLAG_DEFAULT;*/
78 param->inh_flags = 0;
113 * The "inh_flags" field determines how this function behaves.
130 * If X509_VP_FLAG_ONCE is set then the current inh_flags setting is zeroed
150 unsigned long inh_flags;
154 inh_flags = dest->inh_flags | src->inh_flags;
156 if (inh_flags & X509_VP_FLAG_ONCE)
157 dest->inh_flags = 0;
159 if (inh_flags & X509_VP_FLAG_LOCKED)
162 if (inh_flags & X509_VP_FLAG_DEFAULT)
167 if (inh_flags & X509_VP_FLAG_OVERWRITE)
185 if (inh_flags & X509_VP_FLAG_RESET_FLAGS)
202 unsigned long save_flags = to->inh_flags;
204 to->inh_flags |= X509_VP_FLAG_DEFAULT;
206 to->inh_flags = save_flags;