Lines Matching refs:xmlDumpElementContent
1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { in xmlDumpElementContent() function
1178 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent()
1180 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent()
1186 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent()
1188 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent()
1194 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent()
1196 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent()
1202 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent()
1204 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent()
1706 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl()
1717 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl()