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

/external/libxml2/doc/tutorial/
H A Dincludeaddattribute.c17 doc = xmlParseFile(docname);
H A Dincludeaddkeyword.c21 doc = xmlParseFile(docname);
H A Dincludegetattribute.c31 doc = xmlParseFile(docname);
H A Dincludekeyword.c30 doc = xmlParseFile(docname);
H A Dincludexpath.c8 doc = xmlParseFile(docname);
/external/libxml2/doc/examples/
H A Dxpath2.c95 doc = xmlParseFile(filename);
H A Dxpath1.c94 doc = xmlParseFile(filename);
/external/libxml2/
H A DDOCBparser.c301 return (xmlParseFile(filename));
H A DtestThreadsWin32.c54 myDoc = xmlParseFile(filename);
H A DtestThreads.c64 myDoc = xmlParseFile(filename);
H A Dlibxml2.syms755 xmlParseFile;
H A Dcatalog.c881 * parse an XML file and build a tree. It's like xmlParseFile()
H A Druntest.c1731 * Parse a file using the old xmlParseFile API, then serialize back
1750 doc = xmlParseFile(filename);
1771 doc = xmlParseFile(temp);
3909 myDoc = xmlParseFile(filename);
H A Dxmllint.c2398 doc = xmlParseFile(filename);
H A Delfgcchack.h7322 #undef xmlParseFile macro
7323 extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
7325 #ifndef xmlParseFile
7326 extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
7327 #define xmlParseFile xmlParseFile__internal_alias macro
H A Dparser.c14336 * xmlParseFile:
14347 xmlParseFile(const char *filename) { function
H A Dtestapi.c14070 ret_val = xmlParseFile(filename);
14076 printf("Leak of %d blocks found in xmlParseFile",
[all...]
/external/libxml2/example/
H A Dgjobread.c191 doc = xmlParseFile(filename);
/external/libxml2/include/libxml/
H A Dparser.h844 xmlParseFile (const char *filename);

Completed in 313 milliseconds