Lines Matching full:entities
524 fprintf(ctxt->output, " ENTITIES");
1279 * Dumps debug information for all the entities in use by the document
1286 if ((doc->intSubset != NULL) && (doc->intSubset->entities != NULL)) {
1288 doc->intSubset->entities;
1291 fprintf(ctxt->output, "Entities in internal subset\n");
1295 fprintf(ctxt->output, "No entities in internal subset\n");
1296 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) {
1298 doc->extSubset->entities;
1301 fprintf(ctxt->output, "Entities in external subset\n");
1305 fprintf(ctxt->output, "No entities in external subset\n");
1395 * Dumps debug information for all the entities in use by the document