Home | History | Annotate | Download | only in libxml2

Lines Matching refs:preserve

131     int preserve;		/* was the document passed by the user */
183 int preserve; /* Whether the doc should be freed */
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0;
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve = 1;
1134 if (!preserve) {
1212 if (preserve) {
1213 ret->preserve = 1;
1215 preserve = 1;
1218 if (!preserve) {