Searched refs:fieldcheck (Results 1 – 4 of 4) sorted by relevance
95 nftyp->fieldcheck.ofcheck = field_check; in new_fieldtype()
131 res->fieldcheck.gfcheck = field_check; in _nc_generic_fieldtype()
186 } fieldcheck; member
3208 if (typ->fieldcheck.ofcheck) in Check_Field()3211 return typ->fieldcheck.gfcheck(form, field, (void *)argp); in Check_Field()3213 return typ->fieldcheck.ofcheck(field, (void *)argp); in Check_Field()