Lines Matching refs:xmlBufferPtr
1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { in xmlDumpElementContent()
1676 xmlDumpElementDecl(xmlBufferPtr buf, xmlElementPtr elem) { in xmlDumpElementDecl()
1738 xmlDumpElementDecl((xmlBufferPtr) buf, (xmlElementPtr) elem); in xmlDumpElementDeclScan()
1749 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
1831 xmlDumpEnumeration(xmlBufferPtr buf, xmlEnumerationPtr cur) { in xmlDumpEnumeration()
2227 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) { in xmlDumpAttributeDecl()
2310 xmlDumpAttributeDecl((xmlBufferPtr) buf, (xmlAttributePtr) attr); in xmlDumpAttributeDeclScan()
2321 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()
2503 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()
2532 xmlDumpNotationDecl((xmlBufferPtr) buf, (xmlNotationPtr) nota); in xmlDumpNotationDeclScan()
2543 xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table) { in xmlDumpNotationTable()