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

/external/libxml2/doc/examples/
H A Dio1.c134 if (xmlXIncludeProcess(doc) <= 0) {
/external/libxml2/include/libxml/
H A Dxinclude.h93 xmlXIncludeProcess (xmlDocPtr doc);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.cpp253 if (xincludes and (xmlXIncludeProcess(doc) < 0)) {
/external/libxml2/
H A Dlibxml2.syms532 xmlXIncludeProcess;
H A Dxinclude.c2539 * xmlXIncludeProcess:
2548 xmlXIncludeProcess(xmlDocPtr doc) { function
H A Delfgcchack.h15596 #undef xmlXIncludeProcess macro
15597 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
15599 #ifndef xmlXIncludeProcess
15600 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
15601 #define xmlXIncludeProcess xmlXIncludeProcess__internal_alias macro
H A Dtestapi.c27346 ret_val = xmlXIncludeProcess(doc);
27352 printf("Leak of %d blocks found in xmlXIncludeProcess",
[all...]

Completed in 240 milliseconds