Lines Matching full:isacceptable
680 isAcceptable(void *context,
693 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
697 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
703 /* This test checks to see if the isAcceptable function is being called correctly. */
719 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
721 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
729 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);