Lines Matching refs:CommentSchemaFile
191 const char *CommentSchemaFile = NULL; in parse_comments_schema() local
194 return CommentSchemaFile; in parse_comments_schema()
197 CommentSchemaFile = argv[0] + strlen(CommentsSchemaArg); in parse_comments_schema()
199 return CommentSchemaFile; in parse_comments_schema()
465 const char *CommentSchemaFile; member
479 if (!ValidationData || !ValidationData->CommentSchemaFile) in ValidateCommentXML()
484 xmlRelaxNGNewParserCtxt(ValidationData->CommentSchemaFile); in ValidateCommentXML()
1146 const char *CommentSchemaFile) { in perform_test_load() argument
1177 Data.ValidationData.CommentSchemaFile = CommentSchemaFile; in perform_test_load()
1223 const char *CommentSchemaFile; in perform_test_load_source() local
1233 if ((CommentSchemaFile = parse_comments_schema(argc, argv))) { in perform_test_load_source()
1256 CommentSchemaFile); in perform_test_load_source()