• Home
  • Raw
  • Download

Lines Matching defs:ctxt

40 xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt) {  in xmlSAX2ErrMemory()
55 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrValid()
75 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
93 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarnMsg()
110 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarnMsg()
144 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetSystemId() local
160 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetLineNumber() local
176 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetColumnNumber() local
192 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2IsStandalone() local
208 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasInternalSubset() local
224 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasExternalSubset() local
242 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2InternalSubset() local
275 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ExternalSubset() local
397 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ResolveEntity() local
457 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetEntity() local
503 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetParameterEntity() local
529 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EntityDecl() local
624 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2AttributeDecl() local
690 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ElementDecl() local
734 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2NotationDecl() local
810 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartDocument() local
861 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndDocument() local
884 xmlSAX2AppendChild(xmlParserCtxtPtr ctxt, xmlNodePtr node) { in xmlSAX2AppendChild()
931 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErrMsg()
949 xmlSAX1Attribute(xmlParserCtxtPtr ctxt, const xmlChar *fullname, in xmlSAX1Attribute()
1237 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlCheckDefaultedAttributes()
1399 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX1StartElement() local
1570 xmlSAX2HtmlAttribute(xmlParserCtxtPtr ctxt, const xmlChar *fullname, in xmlSAX2HtmlAttribute()
1629 xmlSAX2StartHtmlElement(xmlParserCtxtPtr ctxt, const xmlChar *fullname, in xmlSAX2StartHtmlElement()
1690 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElement() local
1726 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElement() local
1759 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in xmlSAX2TextNode()
1846 xmlSAX2DecodeAttrEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlSAX2DecodeAttrEntities()
1882 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, in xmlSAX2AttributeNs()
2127 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElementNs() local
2391 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElementNs() local
2419 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Reference() local
2442 xmlSAX2Text(xmlParserCtxtPtr ctxt, const xmlChar *ch, int len, in xmlSAX2Text()
2614 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ProcessingInstruction() local
2638 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Comment() local