Searched refs:xmlLoadACatalog (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h72 xmlLoadACatalog (const char *filename);
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c2665 * xmlLoadACatalog:
2676 xmlLoadACatalog(const char *filename) function
3205 catal = xmlLoadACatalog(filename);
H A Delfgcchack.h5034 #undef xmlLoadACatalog macro
5035 extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias")));
5037 #ifndef xmlLoadACatalog
5038 extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden")));
5039 #define xmlLoadACatalog xmlLoadACatalog__internal_alias macro
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4214 if (!PyArg_ParseTuple(args, (char *)"z:xmlLoadACatalog", &filename))
4217 c_retval = xmlLoadACatalog(filename);

Completed in 167 milliseconds