HomeSort by relevance Sort by last modified time
    Searched refs:xmlModule (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmodule.h 27 typedef struct _xmlModule xmlModule;
28 typedef xmlModule *xmlModulePtr;
  /external/libxml2/include/libxml/
xmlmodule.h 27 typedef struct _xmlModule xmlModule;
28 typedef xmlModule *xmlModulePtr;
  /external/chromium_org/third_party/libxml/src/
xmlmodule.c 2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
17 #include <libxml/xmlmodule.h>
73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
79 memset(module, 0, sizeof(xmlModule));
  /external/libxml2/
xmlmodule.c 2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
17 #include <libxml/xmlmodule.h>
73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
79 memset(module, 0, sizeof(xmlModule));

Completed in 222 milliseconds