• Home
  • Raw
  • Download

Lines Matching defs:ctxt

57 xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)  in xmlCtxtDumpInitCtxt()
138 xmlCtxtDumpSpaces(xmlDebugCtxtPtr ctxt) in xmlCtxtDumpSpaces()
158 xmlDebugErr(xmlDebugCtxtPtr ctxt, int error, const char *msg) in xmlDebugErr()
168 xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra) in xmlDebugErr2()
178 xmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra) in xmlDebugErr3()
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) in xmlCtxtNsCheckScope()
230 xmlCtxtCheckString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtCheckString()
250 xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name) in xmlCtxtCheckName()
271 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck()
419 xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtDumpString()
444 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDtdNode()
477 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()
582 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem) in xmlCtxtDumpElemDecl()
641 xmlCtxtDumpEntityDecl(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent) in xmlCtxtDumpEntityDecl()
714 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) in xmlCtxtDumpNamespace()
751 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) in xmlCtxtDumpNamespaceList()
760 xmlCtxtDumpEntity(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent) in xmlCtxtDumpEntity()
821 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttr()
859 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttrList()
876 xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpOneNode()
1059 xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNode()
1086 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNodeList()
1095 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocHead()
1171 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocumentHead()
1211 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocument()
1229 xmlCtxtDumpEntityCallback(xmlEntityPtr cur, xmlDebugCtxtPtr ctxt) in xmlCtxtDumpEntityCallback()
1279 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpEntities()
1313 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDTD()
1376 xmlDebugCtxt ctxt; in xmlDebugDumpAttr() local
1397 xmlDebugCtxt ctxt; in xmlDebugDumpEntities() local
1417 xmlDebugCtxt ctxt; in xmlDebugDumpAttrList() local
1438 xmlDebugCtxt ctxt; in xmlDebugDumpOneNode() local
1459 xmlDebugCtxt ctxt; in xmlDebugDumpNode() local
1481 xmlDebugCtxt ctxt; in xmlDebugDumpNodeList() local
1502 xmlDebugCtxt ctxt; in xmlDebugDumpDocumentHead() local
1523 xmlDebugCtxt ctxt; in xmlDebugDumpDocument() local
1544 xmlDebugCtxt ctxt; in xmlDebugDumpDTD() local
1574 xmlDebugCtxt ctxt; in xmlDebugCheckDocument() local
1884 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node) in xmlShellPrintNodeCtxt()
1926 xmlShellPrintXPathResultCtxt(xmlShellCtxtPtr ctxt,xmlXPathObjectPtr list) in xmlShellPrintXPathResultCtxt()
1998 xmlShellList(xmlShellCtxtPtr ctxt, in xmlShellList()
2041 xmlShellBase(xmlShellCtxtPtr ctxt, in xmlShellBase()
2102 xmlShellRegisterNamespace(xmlShellCtxtPtr ctxt, char *arg, in xmlShellRegisterNamespace()
2158 xmlShellRegisterRootNamespaces(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellRegisterRootNamespaces()
2354 xmlRelaxNGParserCtxtPtr ctxt; in xmlShellRNGValidate() local
2405 xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellCat()
2450 xmlShellLoad(xmlShellCtxtPtr ctxt, char *filename, in xmlShellLoad()
2506 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2573 xmlShellSave(xmlShellCtxtPtr ctxt, char *filename, in xmlShellSave()
2635 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
2677 xmlShellDu(xmlShellCtxtPtr ctxt, in xmlShellDu()
2808 xmlShellCtxtPtr ctxt; in xmlShell() local