Lines Matching defs:ctxt
59 xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt, const char *msg) { in xmlSAX2ErrMemory()
97 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrValid()
137 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
168 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarnMsg()
192 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarnMsg()
233 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetSystemId() local
249 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetLineNumber() local
265 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetColumnNumber() local
281 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2IsStandalone() local
297 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasInternalSubset() local
313 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasExternalSubset() local
331 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2InternalSubset() local
369 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ExternalSubset() local
515 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ResolveEntity() local
552 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetEntity() local
602 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetParameterEntity() local
632 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EntityDecl() local
702 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2AttributeDecl() local
773 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ElementDecl() local
822 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2NotationDecl() local
878 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2UnparsedEntityDecl() local
959 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartDocument() local
1024 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndDocument() local
1068 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErrMsg()
1098 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2AttributeInternal() local
1446 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlCheckDefaultedAttributes()
1604 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElement() local
1818 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElement() local
1868 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in xmlSAX2TextNode()
1957 xmlSAX2DecodeAttrEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlSAX2DecodeAttrEntities()
1991 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, in xmlSAX2AttributeNs()
2229 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElementNs() local
2478 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElementNs() local
2515 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Reference() local
2546 xmlSAX2Text(xmlParserCtxtPtr ctxt, const xmlChar *ch, int len, in xmlSAX2Text()
2719 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ProcessingInstruction() local
2782 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Comment() local