xmlModulePtr       40 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen	(const char *filename,
xmlModulePtr       43 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN int XMLCALL xmlModuleSymbol		(xmlModulePtr module,
xmlModulePtr       47 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN int XMLCALL xmlModuleClose		(xmlModulePtr module);
xmlModulePtr       49 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN int XMLCALL xmlModuleFree		(xmlModulePtr module);
xmlModulePtr       45 third_party/libxml/src/testModule.c     xmlModulePtr module = NULL;
xmlModulePtr     29641 third_party/libxml/src/testapi.c static xmlModulePtr gen_xmlModulePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlModulePtr     29644 third_party/libxml/src/testapi.c static void des_xmlModulePtr(int no ATTRIBUTE_UNUSED, xmlModulePtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlModulePtr     29656 third_party/libxml/src/testapi.c     xmlModulePtr module; /* the module handle */
xmlModulePtr     29700 third_party/libxml/src/testapi.c     xmlModulePtr module; /* the module */
xmlModulePtr       44 third_party/libxml/src/xmlmodule.c xmlModuleErrMemory(xmlModulePtr module, const char *extra)
xmlModulePtr       68 third_party/libxml/src/xmlmodule.c xmlModulePtr
xmlModulePtr       71 third_party/libxml/src/xmlmodule.c     xmlModulePtr module;
xmlModulePtr       73 third_party/libxml/src/xmlmodule.c     module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
xmlModulePtr      106 third_party/libxml/src/xmlmodule.c xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol)
xmlModulePtr      142 third_party/libxml/src/xmlmodule.c xmlModuleClose(xmlModulePtr module)
xmlModulePtr      178 third_party/libxml/src/xmlmodule.c xmlModuleFree(xmlModulePtr module)
xmlModulePtr      323 third_party/libxslt/libxslt/extensions.c     xmlModulePtr m;