Lines Matching refs:field
121 * The "inh_flags" field determines how this function behaves.
142 /* Macro to test if a field should be copied from src to dest */
144 #define test_x509_verify_param_copy(field, def) \
145 (to_overwrite || (src->field != def && (to_default || dest->field == def)))
147 /* Macro to test and copy a field if necessary */
149 #define x509_verify_param_copy(field, def) \
150 if (test_x509_verify_param_copy(field, def)) \
151 dest->field = src->field;
501 * be overridden by the user specified table. NB: the 'name' field *must* be