Home | History | Annotate | Download | only in libxml2

Lines Matching full:entities

1073 		    /* handle crossing entities -> stack needed */
1363 if ((source != NULL) && (source->entities != NULL)) {
1369 xmlHashScan((xmlHashTablePtr) source->entities,
1373 if ((source != NULL) && (source->entities != NULL)) {
1384 xmlHashScan((xmlHashTablePtr) source->entities,
1483 * all entities have been resolved prior to processing the
1524 * Make sure we have all entities fixed up
2386 /* TODO: need to work on entities -> stack */