Searched refs:saveOpts (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c2526 int saveOpts = 0; local
2529 saveOpts |= XML_SAVE_FORMAT;
2532 ctxt = xmlSaveToFd(1, encoding, saveOpts);
2534 ctxt = xmlSaveToFilename(output, encoding, saveOpts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c2526 int saveOpts = 0; local
2529 saveOpts |= XML_SAVE_FORMAT;
2532 ctxt = xmlSaveToFd(1, encoding, saveOpts);
2534 ctxt = xmlSaveToFilename(output, encoding, saveOpts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c2526 int saveOpts = 0; local
2529 saveOpts |= XML_SAVE_FORMAT;
2532 ctxt = xmlSaveToFd(1, encoding, saveOpts);
2534 ctxt = xmlSaveToFilename(output, encoding, saveOpts);

Completed in 61 milliseconds