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

  /external/libxml2/include/libxml/
xinclude.h 87 typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr;
109 XMLPUBFUN xmlXIncludeCtxtPtr XMLCALL
112 xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt,
115 xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt);
117 xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt,
  /external/libxml2/
xinclude.c 90 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
106 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node,
127 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
149 xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
170 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur,
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI,
278 xmlXIncludeCtxtPtr
280 xmlXIncludeCtxtPtr ret;
287 ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt));
313 xmlXIncludeURLPush(xmlXIncludeCtxtPtr ctxt
    [all...]
xmlreader.c 168 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */
    [all...]

Completed in 1085 milliseconds