Lines Matching defs:ctxt

220 xmlErrMemory(xmlParserCtxtPtr ctxt) {  in xmlErrMemory()
233 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
255 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
273 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
290 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
309 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
328 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
346 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
363 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
381 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
403 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
453 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long extra) in xmlParserEntityCheck()
808 xmlSBufReportError(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) { in xmlSBufReportError()
816 xmlSBufFinish(xmlSBuf *buf, int *sizeOut, xmlParserCtxtPtr ctxt, in xmlSBufFinish()
845 xmlSBufCleanup(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) { in xmlSBufCleanup()
853 xmlUTF8MultibyteLen(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlUTF8MultibyteLen()
934 xmlCtxtInitializeLate(xmlParserCtxtPtr ctxt) { in xmlCtxtInitializeLate()
1051 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1171 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1200 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1216 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1519 xmlParserNsLookup(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix, in xmlParserNsLookup()
1570 xmlParserNsLookupUri(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix) { in xmlParserNsLookupUri()
1602 xmlParserNsLookupSax(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlParserNsLookupSax()
1634 xmlParserNsUpdateSax(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParserNsUpdateSax()
1664 xmlParserNsGrow(xmlParserCtxtPtr ctxt) { in xmlParserNsGrow()
1705 xmlParserNsPush(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix, in xmlParserNsPush()
1862 xmlParserNsPop(xmlParserCtxtPtr ctxt, int nr) in xmlParserNsPop()
1891 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1930 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1990 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
2019 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
2063 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
2094 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
2147 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
2176 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
2210 namePop(xmlParserCtxtPtr ctxt) in namePop()
2226 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
2245 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
2371 xmlCurrentCharRecover(xmlParserCtxtPtr ctxt, int *len) { in xmlCurrentCharRecover()
2391 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2421 xmlPopPE(xmlParserCtxtPtr ctxt) { in xmlPopPE()
2474 xmlSkipBlankCharsPE(xmlParserCtxtPtr ctxt) { in xmlSkipBlankCharsPE()
2545 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2566 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2604 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2712 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2822 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2842 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2870 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlStringDecodeEntities()
2900 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
3000 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefixOut) { in xmlSplitQName()
3185 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3216 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3255 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3383 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3426 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3481 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3539 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3585 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3675 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3753 xmlExpandPEsInEntityValue(xmlParserCtxtPtr ctxt, xmlSBuf *buf, in xmlExpandPEsInEntityValue()
3906 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3989 xmlCheckEntityInAttValue(xmlParserCtxtPtr ctxt, xmlEntityPtr pent, int depth) { in xmlCheckEntityInAttValue()
4098 xmlExpandEntityInAttValue(xmlParserCtxtPtr ctxt, xmlSBuf *buf, in xmlExpandEntityInAttValue()
4257 xmlExpandEntitiesInAttValue(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlExpandEntitiesInAttValue()
4310 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *attlen, int *alloc, in xmlParseAttValueInternal()
4577 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4596 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4668 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4782 xmlParseCharDataInternal(xmlParserCtxtPtr ctxt, int partial) { in xmlParseCharDataInternal()
4931 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int partial) { in xmlParseCharDataComplex()
5020 xmlParseCharData(xmlParserCtxtPtr ctxt, ATTRIBUTE_UNUSED int cdata) { in xmlParseCharData()
5049 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
5114 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, in xmlParseCommentComplex()
5230 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
5384 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
5435 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
5500 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5621 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5704 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5953 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
6004 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
6076 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
6147 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
6212 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
6255 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
6389 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
6514 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6821 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6843 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6888 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6993 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
7139 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
7184 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
7257 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
7325 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7561 xmlHandleUndeclaredEntity(xmlParserCtxtPtr ctxt, const xmlChar *name) { in xmlHandleUndeclaredEntity()
7620 xmlLookupGeneralEntity(xmlParserCtxtPtr ctxt, const xmlChar *name, int inAttr) { in xmlLookupGeneralEntity()
7691 xmlParseEntityRefInternal(xmlParserCtxtPtr ctxt) { in xmlParseEntityRefInternal()
7723 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7768 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7833 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
7919 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
8084 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
8158 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8228 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8321 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8410 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8545 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8608 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8634 xmlParseQNameHashed(xmlParserCtxtPtr ctxt, xmlHashedString *prefix) { in xmlParseQNameHashed()
8692 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8716 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8774 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
8897 xmlAttrHashInsert(xmlParserCtxtPtr ctxt, unsigned size, const xmlChar *name, in xmlAttrHashInsert()
8961 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9531 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlStartTag *tag) { in xmlParseEndTag2()
9599 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9693 xmlParseContentInternal(xmlParserCtxtPtr ctxt) { in xmlParseContentInternal()
9798 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9827 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
9857 xmlParseElementStart(xmlParserCtxtPtr ctxt) { in xmlParseElementStart()
9979 xmlParseElementEnd(xmlParserCtxtPtr ctxt) { in xmlParseElementEnd()
10030 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
10093 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
10139 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
10209 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10288 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10352 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10466 xmlCtxtGetVersion(xmlParserCtxtPtr ctxt) { in xmlCtxtGetVersion()
10482 xmlCtxtGetStandalone(xmlParserCtxtPtr ctxt) { in xmlCtxtGetStandalone()
10501 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10516 xmlFinishDocument(xmlParserCtxtPtr ctxt) { in xmlFinishDocument()
10560 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10692 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10763 xmlParseLookupChar(xmlParserCtxtPtr ctxt, int c) { in xmlParseLookupChar()
10797 xmlParseLookupString(xmlParserCtxtPtr ctxt, size_t startDelta, in xmlParseLookupString()
10837 xmlParseLookupCharData(xmlParserCtxtPtr ctxt) { in xmlParseLookupCharData()
10867 xmlParseLookupGt(xmlParserCtxtPtr ctxt) { in xmlParseLookupGt()
10911 xmlParseLookupInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseLookupInternalSubset()
11023 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
11424 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
11552 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
11584 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
11611 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
11658 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
11749 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
11869 xmlCtxtParseContentInternal(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlCtxtParseContentInternal()
11961 xmlCtxtParseEntity(xmlParserCtxtPtr ctxt, xmlEntityPtr ent) { in xmlCtxtParseEntity()
12079 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctxt, const xmlChar *URL, in xmlParseCtxtExternalEntity()
12133 xmlParserCtxtPtr ctxt; in xmlParseExternalEntity() local
12201 xmlCtxtParseContent(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlCtxtParseContent()
12359 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
12442 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
12510 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
12576 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxt() local
12632 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
12700 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
12818 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
12853 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
12905 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
12955 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
13054 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
13098 xmlParserCtxtPtr ctxt; in xmlCreateDocParserCtxt() local
13139 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
13209 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
13314 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
13340 xmlCtxtSetOptionsInternal(xmlParserCtxtPtr ctxt, int options, int keepMask) in xmlCtxtSetOptionsInternal()
13597 xmlCtxtSetOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtSetOptions()
13618 xmlCtxtGetOptions(xmlParserCtxtPtr ctxt) in xmlCtxtGetOptions()
13652 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
13693 xmlCtxtSetMaxAmplification(xmlParserCtxtPtr ctxt, unsigned maxAmpl) in xmlCtxtSetMaxAmplification()
13711 xmlCtxtParseDocument(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) in xmlCtxtParseDocument()
13766 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
13801 xmlParserCtxtPtr ctxt; in xmlReadFile() local
13847 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
13888 xmlParserCtxtPtr ctxt; in xmlReadFd() local
13925 xmlParserCtxtPtr ctxt; in xmlReadIO() local
13962 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlCtxtReadDoc()
13992 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
14028 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
14066 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
14103 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()