Home | History | Annotate | Download | only in cintltst

Lines Matching refs:isAcceptable

677 isAcceptable(void *context, 
690 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
694 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
700 /* This test checks to see if the isAcceptable function is being called correctly. */
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
718 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
726 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);