Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlmodule.h27 typedef struct _xmlModule xmlModule; typedef
28 typedef xmlModule *xmlModulePtr;
/external/libxml2/
Dxmlmodule.c82 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()
88 memset(module, 0, sizeof(xmlModule)); in xmlModuleOpen()