Home
last modified time | relevance | path

Searched refs:c14nCommonTest (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Druntest.c3876 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest() function
3927 return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments")); in c14nWithCommentTest()
3934 return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments")); in c14nWithoutCommentTest()
3941 return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments")); in c14nExcWithoutCommentTest()
3948 return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments")); in c14n11WithoutCommentTest()