Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlEntitiesTablePtr

205     xmlEntitiesTablePtr table = NULL;
433 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) {
449 xmlEntitiesTablePtr table;
455 table = (xmlEntitiesTablePtr) doc->intSubset->pentities;
461 table = (xmlEntitiesTablePtr) doc->extSubset->pentities;
480 xmlEntitiesTablePtr table;
485 table = (xmlEntitiesTablePtr) doc->extSubset->entities;
505 xmlEntitiesTablePtr table;
509 table = (xmlEntitiesTablePtr) doc->intSubset->entities;
517 table = (xmlEntitiesTablePtr) doc->extSubset->entities;
785 * Returns the xmlEntitiesTablePtr just created or NULL in case of error.
787 xmlEntitiesTablePtr
789 return((xmlEntitiesTablePtr) xmlHashCreate(0));
813 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) {
860 * Returns the new xmlEntitiesTablePtr or NULL in case of error.
862 xmlEntitiesTablePtr
863 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) {
1017 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) {