• Home
  • Raw
  • Download

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()
1440 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode()
1461 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNode()
1483 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNodeList()
1605 xmlLsCountNode(xmlNodePtr node) { in xmlLsCountNode()
1607 xmlNodePtr list = NULL; in xmlLsCountNode()
1662 xmlLsOneNode(FILE *output, xmlNodePtr node) { in xmlLsOneNode()
1891 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node) in xmlShellPrintNodeCtxt()
1919 xmlShellPrintNode(xmlNodePtr node) in xmlShellPrintNode()
2006 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellList()
2007 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellList()
2009 xmlNodePtr cur; in xmlShellList()
2049 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellBase()
2050 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellBase()
2086 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellSetBase()
2087 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSetBase()
2110 xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRegisterNamespace()
2166 xmlNodePtr root, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRegisterRootNamespaces()
2199 char *arg, xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellGrep()
2277 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellDir()
2278 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellDir()
2311 char *value, xmlNodePtr node, in xmlShellSetContent()
2312 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSetContent()
2314 xmlNodePtr results; in xmlShellSetContent()
2357 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellRNGValidate()
2358 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRNGValidate()
2407 xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellCat()
2452 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellLoad()
2453 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellLoad()
2482 ctxt->node = (xmlNodePtr) doc; in xmlShellLoad()
2507 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2508 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellWrite()
2575 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellSave()
2576 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSave()
2637 xmlNodePtr node ATTRIBUTE_UNUSED, in xmlShellValidate()
2638 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellValidate()
2679 char *arg ATTRIBUTE_UNUSED, xmlNodePtr tree, in xmlShellDu()
2680 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellDu()
2682 xmlNodePtr node; in xmlShellDu()
2764 xmlNodePtr node, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellPwd()
2829 ctxt->node = (xmlNodePtr) ctxt->doc; in xmlShell()
2839 if (ctxt->node == (xmlNodePtr) ctxt->doc) in xmlShell()
3055 xmlNodePtr root; in xmlShell()
3238 ctxt->node = (xmlNodePtr) ctxt->doc; in xmlShell()