Searched refs:ofcheck (Results 1 – 3 of 3) sorted by relevance
95 nftyp->fieldcheck.ofcheck = field_check; in new_fieldtype()
184 bool (*ofcheck)(FIELD *,const void *); /* field validation */ member
3208 if (typ->fieldcheck.ofcheck) in Check_Field()3213 return typ->fieldcheck.ofcheck(field, (void *)argp); in Check_Field()