Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
DxmlIO.h202 xmlParserGetDirectory (const char *filename);
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle240 d xmlParserGetDirectory...
241 d pr * extproc('xmlParserGetDirectory') char *
/third_party/libxml2/
Dlibxml2.syms608 xmlParserGetDirectory;
DparserInternals.c1563 directory = xmlParserGetDirectory((const char *) URI); in xmlNewInputFromFile()
Dparser.c12494 ctxt->directory = xmlParserGetDirectory(filename); in xmlCreatePushParserCtxt()
13997 directory = xmlParserGetDirectory((char *)URL); in xmlCreateEntityParserCtxtInternal()
14011 directory = xmlParserGetDirectory((char *)uri); in xmlCreateEntityParserCtxtInternal()
14080 directory = xmlParserGetDirectory(filename); in xmlCreateURLParserCtxt()
14146 ctxt->directory = xmlParserGetDirectory(filename); in xmlSAXParseFileWithData()
14938 ctxt->directory = xmlParserGetDirectory(filename); in xmlCtxtResetPush()
Dxinclude.c470 pctxt->directory = xmlParserGetDirectory(URL); in xmlXIncludeParseFile()
Delfgcchack.h7641 #undef xmlParserGetDirectory
7642 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirec…
7644 #ifndef xmlParserGetDirectory
7645 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibili…
7646 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias macro
DxmlIO.c3763 xmlParserGetDirectory(const char *filename) { in xmlParserGetDirectory() function
Dcatalog.c929 directory = xmlParserGetDirectory(filename); in xmlParseCatalogFile()
Dxmlreader.c2266 directory = xmlParserGetDirectory(URI); in xmlNewTextReaderFilename()
DHTMLparser.c6339 ctxt->directory = xmlParserGetDirectory(filename); in htmlCreatePushParserCtxt()
/third_party/libxml2/win32/
Dlibxml2.def.src1381 xmlParserGetDirectory
/third_party/libxml2/python/
Dlibxml.c754 result->directory = xmlParserGetDirectory((const char *) URL); in pythonExternalEntityLoader()
/third_party/chromium/patch/
D0001-cve.patch89360 - Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
108626 -#undef xmlParserGetDirectory
108627 -extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDire…
108629 -#ifndef xmlParserGetDirectory
108630 -extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibil…
108631 -#define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
134368 @@ -3765,16 +3752,12 @@ xmlParserGetDirectory(const char *filename) {
134386 @@ -3821,6 +3804,9 @@ xmlParserGetDirectory(const char *filename) {