OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_SAVE_AS_XML
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xmlsave.h
35
XML_SAVE_AS_XML
= 1<<5, /* force XML serialization on HTML doc */
/external/libxml2/
xmlsave.c
766
((ctxt->options &
XML_SAVE_AS_XML
) == 0)) ||
963
((ctxt->options &
XML_SAVE_AS_XML
) == 0) &&
994
(ctxt->options &
XML_SAVE_AS_XML
) ||
[
all
...]
Completed in 347 milliseconds