Searched refs:xmlParserGetDirectory (Results 1 – 14 of 14) sorted by relevance
202 xmlParserGetDirectory (const char *filename);
240 d xmlParserGetDirectory...241 d pr * extproc('xmlParserGetDirectory') char *
608 xmlParserGetDirectory;
1561 directory = xmlParserGetDirectory((const char *) URI); in xmlNewInputFromFile()
12389 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()
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
3711 xmlParserGetDirectory(const char *filename) { in xmlParserGetDirectory() function
928 directory = xmlParserGetDirectory(filename); in xmlParseCatalogFile()
2203 directory = xmlParserGetDirectory(URI); in xmlNewTextReaderFilename()
6227 ctxt->directory = xmlParserGetDirectory(filename); in htmlCreatePushParserCtxt()
14765 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
1380 xmlParserGetDirectory
753 result->directory = xmlParserGetDirectory((const char *) URL); in pythonExternalEntityLoader()