xmlXIncludeCtxt 86 third_party/libxml/src/include/libxml/xinclude.h typedef struct _xmlXIncludeCtxt xmlXIncludeCtxt; xmlXIncludeCtxt 87 third_party/libxml/src/include/libxml/xinclude.h typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr; xmlXIncludeCtxt 287 third_party/libxml/src/xinclude.c ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt)); xmlXIncludeCtxt 293 third_party/libxml/src/xinclude.c memset(ret, 0, sizeof(xmlXIncludeCtxt));