• Home
  • Raw
  • Download

Lines Matching refs:xmlXIncludeCtxtPtr

92 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
108 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, in xmlXIncludeErrMemory()
129 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr()
151 xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
172 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur, in xmlXIncludeGetProp()
225 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, in xmlXIncludeNewRef()
280 xmlXIncludeCtxtPtr
282 xmlXIncludeCtxtPtr ret; in xmlXIncludeNewContext()
289 ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt)); in xmlXIncludeNewContext()
315 xmlXIncludeURLPush(xmlXIncludeCtxtPtr ctxt, in xmlXIncludeURLPush()
355 xmlXIncludeURLPop(xmlXIncludeCtxtPtr ctxt) in xmlXIncludeURLPop()
379 xmlXIncludeFreeContext(xmlXIncludeCtxtPtr ctxt) { in xmlXIncludeFreeContext()
421 xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) { in xmlXIncludeParseFile()
489 xmlXIncludeAddNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur) { in xmlXIncludeAddNode()
664 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, in xmlXIncludeRecurseDoc()
666 xmlXIncludeCtxtPtr newctxt; in xmlXIncludeRecurseDoc()
758 xmlXIncludeAddTxt(xmlXIncludeCtxtPtr ctxt, xmlNodePtr txt, const xmlURL url) { in xmlXIncludeAddTxt()
804 xmlXIncludeCopyNodeList(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
818 xmlXIncludeCopyNode(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, in xmlXIncludeCopyNode()
845 xmlXIncludeCopyNodeList(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, in xmlXIncludeCopyNodeList()
910 xmlXIncludeCopyRange(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, in xmlXIncludeCopyRange()
1124 xmlXIncludeCopyXPointer(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, in xmlXIncludeCopyXPointer()
1252 xmlXIncludeCtxtPtr ctxt;
1270 xmlXIncludeCtxtPtr ctxt; in xmlXIncludeMergeEntity()
1343 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, in xmlXIncludeMergeEntities()
1404 xmlXIncludeLoadDoc(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) { in xmlXIncludeLoadDoc()
1797 xmlXIncludeLoadTxt(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) { in xmlXIncludeLoadTxt()
1963 xmlXIncludeLoadFallback(xmlXIncludeCtxtPtr ctxt, xmlNodePtr fallback, int nr) { in xmlXIncludeLoadFallback()
1964 xmlXIncludeCtxtPtr newctxt; in xmlXIncludeLoadFallback()
2014 xmlXIncludePreProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludePreProcessNode()
2029 xmlXIncludeLoadNode(xmlXIncludeCtxtPtr ctxt, int nr) { in xmlXIncludeLoadNode()
2186 xmlXIncludeIncludeNode(xmlXIncludeCtxtPtr ctxt, int nr) { in xmlXIncludeIncludeNode()
2286 xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeTestNode()
2364 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) { in xmlXIncludeDoProcess()
2458 xmlXIncludeSetFlags(xmlXIncludeCtxtPtr ctxt, int flags) { in xmlXIncludeSetFlags()
2480 xmlXIncludeCtxtPtr ctxt; in xmlXIncludeProcessTreeFlagsData()
2566 xmlXIncludeCtxtPtr ctxt; in xmlXIncludeProcessTreeFlags()
2611 xmlXIncludeProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeProcessNode()