Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlAttributeTablePtr

1932     xmlAttributeTablePtr table;
2011 table = (xmlAttributeTablePtr) dtd->attributes;
2147 xmlFreeAttributeTable(xmlAttributeTablePtr table) {
2191 * Returns the new xmlAttributeTablePtr or NULL in case of error.
2193 xmlAttributeTablePtr
2194 xmlCopyAttributeTable(xmlAttributeTablePtr table) {
2195 return((xmlAttributeTablePtr) xmlHashCopy(table,
2303 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) {
3270 xmlAttributeTablePtr table;
3277 table = (xmlAttributeTablePtr) dtd->attributes;
3308 xmlAttributeTablePtr table;
3312 table = (xmlAttributeTablePtr) dtd->attributes;
4157 xmlAttributeTablePtr table;
4165 table = (xmlAttributeTablePtr) doc->intSubset->attributes;
6756 xmlAttributeTablePtr table;
6766 table = (xmlAttributeTablePtr) dtd->attributes;
6776 table = (xmlAttributeTablePtr) dtd->attributes;