Lines Matching refs:xmlNodePtr

46     xmlNodePtr node;		/* current node */
54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node);
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) in xmlNsCheckScope()
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) in xmlCtxtNsCheckScope()
275 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck()
313 (node != (xmlNodePtr) node->parent->properties)) in xmlCtxtGenericNodeCheck()
476 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) dtd); in xmlCtxtDumpDtdNode()
581 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) attr); in xmlCtxtDumpAttrDecl()
640 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) elem); in xmlCtxtDumpElemDecl()
713 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) ent); in xmlCtxtDumpEntityDecl()
850 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) attr); in xmlCtxtDumpAttr()
879 xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpOneNode()
1062 xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNode()
1089 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNodeList()
1105 ctxt->node = (xmlNodePtr) doc; in xmlCtxtDumpDocHead()
1439 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode()
1460 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNode()
1482 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNodeList()
1604 xmlLsCountNode(xmlNodePtr node) { in xmlLsCountNode()
1606 xmlNodePtr list = NULL; in xmlLsCountNode()
1661 xmlLsOneNode(FILE *output, xmlNodePtr node) { in xmlLsOneNode()
1890 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node) in xmlShellPrintNodeCtxt()
1918 xmlShellPrintNode(xmlNodePtr node) in xmlShellPrintNode()
2005 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellList()
2006 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellList()
2008 xmlNodePtr cur; in xmlShellList()
2048 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellBase()
2049 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellBase()
2085 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellSetBase()
2086 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSetBase()
2109 xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRegisterNamespace()
2165 xmlNodePtr root, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRegisterRootNamespaces()
2198 char *arg, xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellGrep()
2276 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellDir()
2277 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellDir()
2310 char *value, xmlNodePtr node, in xmlShellSetContent()
2311 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSetContent()
2313 xmlNodePtr results; in xmlShellSetContent()
2356 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellRNGValidate()
2357 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRNGValidate()
2412 xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellCat()
2457 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellLoad()
2458 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellLoad()
2487 ctxt->node = (xmlNodePtr) doc; in xmlShellLoad()
2512 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2513 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellWrite()
2580 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellSave()
2581 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSave()
2642 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellValidate()
2643 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellValidate()
2684 char *arg ATTRIBUTE_UNUSED, xmlNodePtr tree, in xmlShellDu()
2685 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellDu()
2687 xmlNodePtr node; in xmlShellDu()
2769 xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellPwd()
2834 ctxt->node = (xmlNodePtr) ctxt->doc; in xmlShell()
2844 if (ctxt->node == (xmlNodePtr) ctxt->doc) in xmlShell()
3060 xmlNodePtr root; in xmlShell()
3243 ctxt->node = (xmlNodePtr) ctxt->doc; in xmlShell()