Lines Matching defs:options
87 int options;
352 ctxt->options |= XML_SAVE_NO_EMPTY;
380 xmlNewSaveCtxt(const char *encoding, int options)
404 * Use the options
408 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
409 options |= XML_SAVE_NO_EMPTY;
412 ret->options = options;
413 if (options & XML_SAVE_FORMAT)
415 else if (options & XML_SAVE_WSNONSIG)
875 if (ctxt->options & XML_SAVE_FORMAT)
918 if (ctxt->options & XML_SAVE_XHTML) {
924 ((ctxt->options & XML_SAVE_AS_XML) == 0)) ||
925 (ctxt->options & XML_SAVE_AS_HTML)) {
1058 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
1132 ((ctxt->options & XML_SAVE_AS_XML) == 0) &&
1133 ((ctxt->options & XML_SAVE_XHTML) == 0)) ||
1134 (ctxt->options & XML_SAVE_AS_HTML)) {
1149 if (ctxt->options & XML_SAVE_FORMAT)
1162 (ctxt->options & XML_SAVE_AS_XML) ||
1163 (ctxt->options & XML_SAVE_XHTML)) {
1167 ((ctxt->options & XML_SAVE_NO_DECL) == 0)) {
1192 if ((ctxt->options & XML_SAVE_NO_DECL) == 0) {
1214 if (ctxt->options & XML_SAVE_XHTML)
1216 if ((ctxt->options & XML_SAVE_NO_XHTML) == 0) {
1797 * @options: a set of xmlSaveOptions
1800 * with the encoding and the options given.
1805 xmlSaveToFd(int fd, const char *encoding, int options)
1809 ret = xmlNewSaveCtxt(encoding, options);
1823 * @options: a set of xmlSaveOptions
1826 * to an URL (but this is less reliable) with the encoding and the options
1832 xmlSaveToFilename(const char *filename, const char *encoding, int options)
1837 ret = xmlNewSaveCtxt(encoding, options);
1852 * @options: a set of xmlSaveOptions
1855 * with the encoding and the options given
1861 xmlSaveToBuffer(xmlBufferPtr buffer, const char *encoding, int options)
1867 ret = xmlNewSaveCtxt(encoding, options);
1895 * @options: a set of xmlSaveOptions
1898 * with the encoding and the options given
1905 void *ioctx, const char *encoding, int options)
1909 ret = xmlNewSaveCtxt(encoding, options);
2377 ctxt.options |= XML_SAVE_AS_XML;
2463 ctxt.options |= XML_SAVE_AS_XML;
2582 ctxt.options |= XML_SAVE_AS_XML;
2632 ctxt.options |= XML_SAVE_AS_XML;
2672 ctxt.options |= XML_SAVE_AS_XML;
2727 ctxt.options |= XML_SAVE_AS_XML;