Home
last modified time | relevance | path

Searched refs:xmlParserGetDirectory (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h202 xmlParserGetDirectory (const char *filename);
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle240 d xmlParserGetDirectory...
241 d pr * extproc('xmlParserGetDirectory') char *
/external/libxml2/
Dlibxml2.syms608 xmlParserGetDirectory;
DparserInternals.c1561 directory = xmlParserGetDirectory((const char *) URI); in xmlNewInputFromFile()
Dparser.c12389 ctxt->directory = xmlParserGetDirectory(filename); in xmlCreatePushParserCtxt()
14022 directory = xmlParserGetDirectory((char *)URL); in xmlCreateEntityParserCtxtInternal()
14036 directory = xmlParserGetDirectory((char *)uri); in xmlCreateEntityParserCtxtInternal()
14105 directory = xmlParserGetDirectory(filename); in xmlCreateURLParserCtxt()
14171 ctxt->directory = xmlParserGetDirectory(filename); in xmlSAXParseFileWithData()
14955 ctxt->directory = xmlParserGetDirectory(filename); in xmlCtxtResetPush()
Dxinclude.c461 pctxt->directory = xmlParserGetDirectory(URL); in xmlXIncludeParseFile()
Delfgcchack.h7631 #undef xmlParserGetDirectory
7632 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirec…
7634 #ifndef xmlParserGetDirectory
7635 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibili…
7636 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias macro
DxmlIO.c3711 xmlParserGetDirectory(const char *filename) { in xmlParserGetDirectory() function
Dcatalog.c928 directory = xmlParserGetDirectory(filename); in xmlParseCatalogFile()
Dxmlreader.c2203 directory = xmlParserGetDirectory(URI); in xmlNewTextReaderFilename()
DHTMLparser.c6227 ctxt->directory = xmlParserGetDirectory(filename); in htmlCreatePushParserCtxt()
DChangeLog14765 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
/external/libxml2/win32/
Dlibxml2.def.src1380 xmlParserGetDirectory
/external/libxml2/python/
Dlibxml.c753 result->directory = xmlParserGetDirectory((const char *) URL); in pythonExternalEntityLoader()