• Home
  • Raw
  • Download

Lines Matching refs:xmlParserCtxtPtr

59 xmlSAX2ErrMemory(xmlParserCtxtPtr ctxt, const char *msg) {  in xmlSAX2ErrMemory()
80 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrValid()
120 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
151 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarnMsg()
176 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErrMsg()
200 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarnMsg()
241 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetSystemId()
257 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetLineNumber()
273 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetColumnNumber()
289 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2IsStandalone()
305 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasInternalSubset()
321 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2HasExternalSubset()
339 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2InternalSubset()
377 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ExternalSubset()
494 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ResolveEntity()
531 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetEntity()
607 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2GetParameterEntity()
637 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EntityDecl()
707 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2AttributeDecl()
774 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ElementDecl()
820 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2NotationDecl()
873 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2UnparsedEntityDecl()
954 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartDocument()
1019 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndDocument()
1068 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2AttributeInternal()
1382 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlCheckDefaultedAttributes()
1535 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElement()
1742 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElement()
1793 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in xmlSAX2TextNode()
1873 xmlSAX2DecodeAttrEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlSAX2DecodeAttrEntities()
1907 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, in xmlSAX2AttributeNs()
2145 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2StartElementNs()
2332 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2EndElementNs()
2369 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Reference()
2401 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Characters()
2544 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2ProcessingInstruction()
2608 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2Comment()
2670 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; in xmlSAX2CDataBlock()