Lines Matching refs:extra
68 * attaching optional extra information to the value description
69 * struct, it's sort of like an array of opcodes that describe extra
224 const int *extra;
309 /* The 'extra' mechanism is a way to specify extra checks (such as
1375 * Check extra constraints on a struct value_desc descriptor
1377 * If a struct value_desc has a non-NULL extra pointer, it means that
1378 * there are a number of extra constraints to check or actions to
1384 * \param d the struct value_desc that has the extra constraints
1397 for (e = d->extra; *e != EXTRA_END; e++) {
1566 * Once we've found the entry, we do the extra checks, if any, then
1629 if (unlikely(d->extra && !check_extra(ctx, func, d)))