• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:options

83     int options;
348 ctxt->options |= XML_SAVE_NO_EMPTY;
376 xmlNewSaveCtxt(const char *encoding, int options)
400 * Use the options
404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
405 options |= XML_SAVE_NO_EMPTY;
408 ret->options = options;
409 if (options & XML_SAVE_FORMAT)
717 if (ctxt->options & XML_SAVE_FORMAT)
760 if (ctxt->options & XML_SAVE_XHTML) {
766 ((ctxt->options & XML_SAVE_AS_XML) == 0)) ||
767 (ctxt->options & XML_SAVE_AS_HTML)) {
895 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
963 ((ctxt->options & XML_SAVE_AS_XML) == 0) &&
964 ((ctxt->options & XML_SAVE_XHTML) == 0)) ||
965 (ctxt->options & XML_SAVE_AS_HTML)) {
981 if (ctxt->options & XML_SAVE_FORMAT)
994 (ctxt->options & XML_SAVE_AS_XML) ||
995 (ctxt->options & XML_SAVE_XHTML)) {
999 ((ctxt->options & XML_SAVE_NO_DECL) == 0)) {
1024 if ((ctxt->options & XML_SAVE_NO_DECL) == 0) {
1046 if (ctxt->options & XML_SAVE_XHTML)
1048 if ((ctxt->options & XML_SAVE_NO_XHTML) == 0) {
1625 * @options: a set of xmlSaveOptions
1628 * with the encoding and the options given.
1633 xmlSaveToFd(int fd, const char *encoding, int options)
1637 ret = xmlNewSaveCtxt(encoding, options);
1651 * @options: a set of xmlSaveOptions
1654 * to an URL (but this is less reliable) with the encoding and the options
1660 xmlSaveToFilename(const char *filename, const char *encoding, int options)
1665 ret = xmlNewSaveCtxt(encoding, options);
1680 * @options: a set of xmlSaveOptions
1683 * with the encoding and the options given
1689 xmlSaveToBuffer(xmlBufferPtr buffer, const char *encoding, int options)
1695 ret = xmlNewSaveCtxt(encoding, options);
1723 * @options: a set of xmlSaveOptions
1726 * with the encoding and the options given
1733 void *ioctx, const char *encoding, int options)
1737 ret = xmlNewSaveCtxt(encoding, options);
2139 ctxt.options |= XML_SAVE_AS_XML;
2225 ctxt.options |= XML_SAVE_AS_XML;
2344 ctxt.options |= XML_SAVE_AS_XML;
2394 ctxt.options |= XML_SAVE_AS_XML;
2434 ctxt.options |= XML_SAVE_AS_XML;
2489 ctxt.options |= XML_SAVE_AS_XML;