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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 114 milliseconds