Lines Matching refs:xmlEntitiesTablePtr
149 xmlEntitiesTablePtr table = NULL;
377 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) {
393 xmlEntitiesTablePtr table;
399 table = (xmlEntitiesTablePtr) doc->intSubset->pentities;
405 table = (xmlEntitiesTablePtr) doc->extSubset->pentities;
424 xmlEntitiesTablePtr table;
429 table = (xmlEntitiesTablePtr) doc->extSubset->entities;
449 xmlEntitiesTablePtr table;
453 table = (xmlEntitiesTablePtr) doc->intSubset->entities;
461 table = (xmlEntitiesTablePtr) doc->extSubset->entities;
739 * Returns the xmlEntitiesTablePtr just created or NULL in case of error.
741 xmlEntitiesTablePtr
743 return((xmlEntitiesTablePtr) xmlHashCreate(0));
767 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) {
814 * Returns the new xmlEntitiesTablePtr or NULL in case of error.
816 xmlEntitiesTablePtr
817 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) {
971 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) {