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()
275 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck()
422 xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtDumpString()
447 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDtdNode()
480 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()
585 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem) in xmlCtxtDumpElemDecl()
644 xmlCtxtDumpEntityDecl(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent) in xmlCtxtDumpEntityDecl()
717 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) in xmlCtxtDumpNamespace()
754 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) in xmlCtxtDumpNamespaceList()
763 xmlCtxtDumpEntity(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent) in xmlCtxtDumpEntity()
824 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttr()
862 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttrList()
879 xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpOneNode()
1062 xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNode()
1089 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNodeList()
1098 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocHead()
1174 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocumentHead()
1214 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocument()
1232 xmlCtxtDumpEntityCallback(xmlEntityPtr cur, xmlDebugCtxtPtr ctxt) in xmlCtxtDumpEntityCallback()
1282 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpEntities()
1316 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDTD()
1379 xmlDebugCtxt ctxt; in xmlDebugDumpAttr() local
1400 xmlDebugCtxt ctxt; in xmlDebugDumpEntities() local
1420 xmlDebugCtxt ctxt; in xmlDebugDumpAttrList() local
1441 xmlDebugCtxt ctxt; in xmlDebugDumpOneNode() local
1462 xmlDebugCtxt ctxt; in xmlDebugDumpNode() local
1484 xmlDebugCtxt ctxt; in xmlDebugDumpNodeList() local
1505 xmlDebugCtxt ctxt; in xmlDebugDumpDocumentHead() local
1526 xmlDebugCtxt ctxt; in xmlDebugDumpDocument() local
1547 xmlDebugCtxt ctxt; in xmlDebugDumpDTD() local
1577 xmlDebugCtxt ctxt; in xmlDebugCheckDocument() local
1890 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node) in xmlShellPrintNodeCtxt()
1932 xmlShellPrintXPathResultCtxt(xmlShellCtxtPtr ctxt,xmlXPathObjectPtr list) in xmlShellPrintXPathResultCtxt()
2004 xmlShellList(xmlShellCtxtPtr ctxt, in xmlShellList()
2047 xmlShellBase(xmlShellCtxtPtr ctxt, in xmlShellBase()
2108 xmlShellRegisterNamespace(xmlShellCtxtPtr ctxt, char *arg, in xmlShellRegisterNamespace()
2164 xmlShellRegisterRootNamespaces(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellRegisterRootNamespaces()
2360 xmlRelaxNGParserCtxtPtr ctxt; in xmlShellRNGValidate() local
2411 xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellCat()
2456 xmlShellLoad(xmlShellCtxtPtr ctxt, char *filename, in xmlShellLoad()
2512 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2579 xmlShellSave(xmlShellCtxtPtr ctxt, char *filename, in xmlShellSave()
2641 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
2683 xmlShellDu(xmlShellCtxtPtr ctxt, in xmlShellDu()
2815 xmlShellCtxtPtr ctxt; in xmlShell() local