Home | History | Annotate | Download | only in libxml2

Lines Matching refs:wellFormed

329 	ctxt->wellFormed = 0;
544 ctxt->wellFormed = 0;
570 ctxt->wellFormed = 0;
677 ctxt->wellFormed = 0;
709 ctxt->wellFormed = 0;
738 ctxt->wellFormed = 0;
7253 if (!ctxt->wellFormed)
7683 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
7686 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
9794 if (ctxt->wellFormed == 1) {
10149 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
10942 if ((ctxt->wellFormed) && (ctxt->myDoc != NULL)) {
10951 if (! ctxt->wellFormed) {
11062 if (! ctxt->wellFormed) return(-1);
11569 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
12514 if (ctxt->wellFormed == 0)
12872 if (ctxt->wellFormed) {
13003 if (ctxt->wellFormed) {
13221 if (!ctxt->wellFormed) {
13402 if (!ctxt->wellFormed) {
13651 if (!ctxt->wellFormed) {
13671 if ((oldctxt->validate) && (oldctxt->wellFormed) &&
13890 ctxt->wellFormed = 0;
13893 if (!ctxt->wellFormed) {
14069 if (!ctxt->wellFormed) {
14140 if (ctxt->wellFormed)
14371 if ((ctxt->wellFormed) || recovery) {
14436 * Returns the resulting document tree if the file was wellformed,
14527 if (ctxt->wellFormed)
14643 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc;
14737 if (ctxt->wellFormed)
14809 if ((ctxt->wellFormed) || recovery) ret = ctxt->myDoc;
15060 ctxt->wellFormed = 1;
15391 if ((ctxt->wellFormed) || ctxt->recovery)