Lines Matching refs:xmlDumpElementContent
1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { in xmlDumpElementContent() function
1177 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent()
1179 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent()
1184 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent()
1186 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent()
1191 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent()
1193 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent()
1198 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent()
1200 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent()
1695 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl()
1706 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl()