Lines Matching refs:xmlSnprintfElementContent
605 xmlSnprintfElementContent(expr, 5000, cont, 1); in xmlValidDebug()
874 xmlSnprintfElementContent(expr, 5000, elem->content, 1); in xmlValidBuildContentModel()
1326 xmlSnprintfElementContent(char *buf, int size, xmlElementContentPtr content, int englob) { in xmlSnprintfElementContent() function
1361 xmlSnprintfElementContent(buf, size, content->c1, 1); in xmlSnprintfElementContent()
1363 xmlSnprintfElementContent(buf, size, content->c1, 0); in xmlSnprintfElementContent()
1374 xmlSnprintfElementContent(buf, size, content->c2, 1); in xmlSnprintfElementContent()
1376 xmlSnprintfElementContent(buf, size, content->c2, 0); in xmlSnprintfElementContent()
1381 xmlSnprintfElementContent(buf, size, content->c1, 1); in xmlSnprintfElementContent()
1383 xmlSnprintfElementContent(buf, size, content->c1, 0); in xmlSnprintfElementContent()
1394 xmlSnprintfElementContent(buf, size, content->c2, 1); in xmlSnprintfElementContent()
1396 xmlSnprintfElementContent(buf, size, content->c2, 0); in xmlSnprintfElementContent()
5549 xmlSnprintfElementContent(&expr[0], 5000, cont, 1); in xmlValidateElementContent()