Searched refs:xmlParserGetDirectory (Results 1 – 13 of 13) sorted by relevance
202 xmlParserGetDirectory (const char *filename);
240 d xmlParserGetDirectory...241 d pr * extproc('xmlParserGetDirectory') char *
608 xmlParserGetDirectory;
1553 directory = xmlParserGetDirectory((const char *) URI); in xmlNewInputFromFile()
12656 ctxt->directory = xmlParserGetDirectory(filename); in xmlCreatePushParserCtxt()14273 directory = xmlParserGetDirectory((char *)URL); in xmlCreateEntityParserCtxtInternal()14287 directory = xmlParserGetDirectory((char *)uri); in xmlCreateEntityParserCtxtInternal()14356 directory = xmlParserGetDirectory(filename); in xmlCreateURLParserCtxt()14422 ctxt->directory = xmlParserGetDirectory(filename); in xmlSAXParseFileWithData()15206 ctxt->directory = xmlParserGetDirectory(filename); in xmlCtxtResetPush()
461 pctxt->directory = xmlParserGetDirectory(URL); in xmlXIncludeParseFile()
7631 #undef xmlParserGetDirectory7632 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirec…7634 #ifndef xmlParserGetDirectory7635 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibili…7636 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias macro
3812 xmlParserGetDirectory(const char *filename) { in xmlParserGetDirectory() function
923 directory = xmlParserGetDirectory(filename); in xmlParseCatalogFile()
2199 directory = xmlParserGetDirectory(URI); in xmlNewTextReaderFilename()
14765 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
1380 xmlParserGetDirectory
753 result->directory = xmlParserGetDirectory((const char *) URL); in pythonExternalEntityLoader()