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

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

Completed in 159 milliseconds