Home
last modified time | relevance | path

Searched refs:xmlModule (Results 1 – 4 of 4) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlmodule.h27 typedef struct _xmlModule xmlModule; typedef
28 typedef xmlModule *xmlModulePtr;
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmodule.in.h56 typedef struct _xmlModule xmlModule; typedef
57 typedef xmlModule *xmlModulePtr;
Dxmlmodule.c111 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()
117 memset(module, 0, sizeof(xmlModule)); in xmlModuleOpen()
/third_party/libxml2/
Dxmlmodule.c82 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()
88 memset(module, 0, sizeof(xmlModule)); in xmlModuleOpen()