Lines Matching refs:field
112 * The "inh_flags" field determines how this function behaves.
133 /* Macro to test if a field should be copied from src to dest */
135 #define test_x509_verify_param_copy(field, def) \
137 ((src->field != def) && (to_default || (dest->field == def))))
139 /* Macro to test and copy a field if necessary */
141 #define x509_verify_param_copy(field, def) \
142 if (test_x509_verify_param_copy(field, def)) \
143 dest->field = src->field
315 * NB: the 'name' field *must* be in alphabetical order because it