• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:ctxt

126 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size,  in xmlParserEntityCheck()
308 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
344 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
559 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
587 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
625 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
665 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
695 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
725 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
754 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
779 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
808 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
1059 xmlDetectSAX2(xmlParserCtxtPtr ctxt) { in xmlDetectSAX2()
1137 xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len) in xmlAttrNormalizeSpace2()
1194 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1305 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1337 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1353 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1583 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) in nsPush()
1633 nsPop(xmlParserCtxtPtr ctxt, int nr) in nsPop()
1654 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1697 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1728 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
1755 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
1793 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
1823 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
1866 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
1893 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
1924 namePop(xmlParserCtxtPtr ctxt) in namePop()
1940 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
1959 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
2058 static void xmlSHRINK (xmlParserCtxtPtr ctxt) { in xmlSHRINK()
2069 static void xmlGROW (xmlParserCtxtPtr ctxt) { in xmlGROW()
2131 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2200 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2222 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2257 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2366 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2452 xmlNewBlanksWrapperInputStream(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlNewBlanksWrapperInputStream()
2522 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2741 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2925 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities()
2950 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
3032 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName()
3216 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3247 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3289 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3423 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3469 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3547 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3606 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3654 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3742 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3846 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3993 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex()
4258 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4275 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4364 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4495 xmlParseCharData(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharData()
4646 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharDataComplex()
4751 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
4826 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, in xmlParseCommentComplex()
4959 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
5130 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
5181 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
5238 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5400 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5479 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5757 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
5808 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
5878 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
5947 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
6011 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
6053 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
6195 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
6315 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6611 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6631 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6676 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6789 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
6962 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
7028 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
7104 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
7192 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7639 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7826 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
8020 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
8137 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
8254 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
8356 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8428 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8510 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8599 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8742 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8804 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8826 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace()
8854 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8933 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
9007 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal()
9209 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
9340 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9816 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParseEndTag2()
9899 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
10005 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
10093 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
10271 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
10332 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
10376 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
10441 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10573 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10635 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10750 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10780 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10973 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
11090 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence()
11162 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts()
11287 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
12293 xmlParseCheckTransition(xmlParserCtxtPtr ctxt, const char *chunk, int size) { in xmlParseCheckTransition()
12342 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
12548 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
12659 xmlHaltParser(xmlParserCtxtPtr ctxt) { in xmlHaltParser()
12685 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
12710 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
12781 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
12912 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
13071 xmlParserCtxtPtr ctxt; in xmlParseCtxtExternalEntity() local
13278 xmlParserCtxtPtr ctxt; in xmlParseExternalEntityPrivate() local
13544 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryInternal() local
13737 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
13971 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
14125 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
14189 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxtInternal() local
14277 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
14346 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
14474 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
14513 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
14564 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
14623 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
14721 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
14793 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
15007 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
15112 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
15215 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
15356 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
15374 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
15421 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
15446 xmlParserCtxtPtr ctxt; in xmlReadFile() local
15470 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
15495 xmlParserCtxtPtr ctxt; in xmlReadFd() local
15539 xmlParserCtxtPtr ctxt; in xmlReadIO() local
15583 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, in xmlCtxtReadDoc()
15617 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
15653 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
15698 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
15742 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()