Searched refs:xmlLoadCatalog (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestThreads.c106 xmlLoadCatalog(catalog);
151 xmlLoadCatalog(catalog);
H A DtestThreadsWin32.c96 xmlLoadCatalog(catalog);
H A Druntest.c3924 xmlLoadCatalog(catalog);
3984 xmlLoadCatalog(catalog);
4049 xmlLoadCatalog(catalog);
H A Dcatalog.c3183 * xmlLoadCatalog:
3194 xmlLoadCatalog(const char *filename) function
3259 xmlLoadCatalog((const char *) path);
H A Delfgcchack.h5046 #undef xmlLoadCatalog macro
5047 extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
5049 #ifndef xmlLoadCatalog
5050 extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
5051 #define xmlLoadCatalog xmlLoadCatalog__internal_alias macro
H A Dtestapi.c6452 ret_val = xmlLoadCatalog(filename);
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h114 xmlLoadCatalog (const char *filename);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4600 if (!PyArg_ParseTuple(args, (char *)"z:xmlLoadCatalog", &filename))
4603 c_retval = xmlLoadCatalog(filename);

Completed in 314 milliseconds