Lines Matching refs:xmlSnprintfElementContent
576 xmlSnprintfElementContent(expr, 5000, cont, 1); in xmlValidDebug()
845 xmlSnprintfElementContent(expr, 5000, elem->content, 1); in xmlValidBuildContentModel()
1254 xmlSnprintfElementContent(char *buf, int size, xmlElementContentPtr content, int englob) { in xmlSnprintfElementContent() function
1289 xmlSnprintfElementContent(buf, size, content->c1, 1); in xmlSnprintfElementContent()
1291 xmlSnprintfElementContent(buf, size, content->c1, 0); in xmlSnprintfElementContent()
1302 xmlSnprintfElementContent(buf, size, content->c2, 1); in xmlSnprintfElementContent()
1304 xmlSnprintfElementContent(buf, size, content->c2, 0); in xmlSnprintfElementContent()
1309 xmlSnprintfElementContent(buf, size, content->c1, 1); in xmlSnprintfElementContent()
1311 xmlSnprintfElementContent(buf, size, content->c1, 0); in xmlSnprintfElementContent()
1322 xmlSnprintfElementContent(buf, size, content->c2, 1); in xmlSnprintfElementContent()
1324 xmlSnprintfElementContent(buf, size, content->c2, 0); in xmlSnprintfElementContent()
5484 xmlSnprintfElementContent(&expr[0], 5000, cont, 1); in xmlValidateElementContent()