Lines Matching refs:preserve
131 int preserve; /* was the document passed by the user */ member
185 int preserve; /* Whether the doc should be freed */ member
568 if ((schema->doc != NULL) && (!(schema->preserve))) in xmlSchematronFree()
690 ret->preserve = 1; in xmlSchematronNewDocParserCtxt()
713 if (ctxt->doc != NULL && !ctxt->preserve) in xmlSchematronFreeParserCtxt()
1082 int preserve = 0; in xmlSchematronParse() local
1102 ctxt->preserve = 0; in xmlSchematronParse()
1115 ctxt->preserve = 0; in xmlSchematronParse()
1118 preserve = 1; in xmlSchematronParse()
1119 ctxt->preserve = 1; in xmlSchematronParse()
1136 if (!preserve) { in xmlSchematronParse()
1214 if (preserve) { in xmlSchematronParse()
1215 ret->preserve = 1; in xmlSchematronParse()
1217 preserve = 1; in xmlSchematronParse()
1220 if (!preserve) { in xmlSchematronParse()