Home | History | Annotate | Download | only in cintltst

Lines Matching refs:isAcceptable3

580 isAcceptable3(void *context, 
593 log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable3()\n", name, type);
597 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable3()\n", name, type);
652 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
863 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status);
936 result=udata_openChoice(testPath, type, name, isAcceptable3, NULL, &status);
947 result=udata_openChoice(testPath, type, NULL, isAcceptable3, NULL, &status);
975 result=udata_openChoice(testPath, "tst", "nonexist", isAcceptable3, NULL, &status);