Home | History | Annotate | Download | only in libxml2

Lines Matching refs:wellFormed

335 	ctxt->wellFormed = 0;
551 ctxt->wellFormed = 0;
577 ctxt->wellFormed = 0;
684 ctxt->wellFormed = 0;
716 ctxt->wellFormed = 0;
745 ctxt->wellFormed = 0;
7281 if (!ctxt->wellFormed)
7711 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
7714 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
9831 if (ctxt->wellFormed == 1) {
10190 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
10983 if ((ctxt->wellFormed) && (ctxt->myDoc != NULL)) {
10992 if (! ctxt->wellFormed) {
11103 if (! ctxt->wellFormed) return(-1);
11611 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
12556 if (ctxt->wellFormed == 0)
12914 if (ctxt->wellFormed) {
13045 if (ctxt->wellFormed) {
13263 if (!ctxt->wellFormed) {
13444 if (!ctxt->wellFormed) {
13693 if (!ctxt->wellFormed) {
13713 if ((oldctxt->validate) && (oldctxt->wellFormed) &&
13932 ctxt->wellFormed = 0;
13935 if (!ctxt->wellFormed) {
14111 if (!ctxt->wellFormed) {
14182 if (ctxt->wellFormed)
14413 if ((ctxt->wellFormed) || recovery) {
14478 * Returns the resulting document tree if the file was wellformed,
14569 if (ctxt->wellFormed)
14685 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc;
14779 if (ctxt->wellFormed)
14851 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc;
15102 ctxt->wellFormed = 1;
15433 if ((ctxt->wellFormed) || ctxt->recovery)