Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlEntitiesTablePtr

170     xmlEntitiesTablePtr table;
173 table = (xmlEntitiesTablePtr) dtd->entities;
191 xmlEntitiesTablePtr table;
194 table = (xmlEntitiesTablePtr) dtd->pentities;
1146 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities);
1148 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities);
4448 (xmlEntitiesTablePtr) dtd->entities);
4460 (xmlEntitiesTablePtr) dtd->pentities);