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

  /external/libxml2/include/libxml/
xinclude.h 86 typedef struct _xmlXIncludeCtxt xmlXIncludeCtxt;
87 typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr;
  /external/libxml2/
xinclude.c 287 ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt));
293 memset(ret, 0, sizeof(xmlXIncludeCtxt));
    [all...]

Completed in 1195 milliseconds